Directories
¶
| Path | Synopsis |
|---|---|
|
Package agents implements an agent loop with tool calling using llm package to communicate with the model.
|
Package agents implements an agent loop with tool calling using llm package to communicate with the model. |
|
cmd
|
|
|
chat
command
Simple interactive chat example using the llm package.
|
Simple interactive chat example using the llm package. |
|
tools
command
Interactive agent example using the weather or browser tools.
|
Interactive agent example using the weather or browser tools. |
|
webchat
command
Web based chat interface with tool calling
|
Web based chat interface with tool calling |
|
Package llm wraps the openAI SDK to provide a simpler interface to call the chat completions REST API.
|
Package llm wraps the openAI SDK to provide a simpler interface to call the chat completions REST API. |
|
Package scrape provides tools to scrape web page content using Playwright and convert the results to Markdown.
|
Package scrape provides tools to scrape web page content using Playwright and convert the results to Markdown. |
|
tools
|
|
|
brave
Package brave implements a web search tool using the Brave search API - see https://brave.com/search/api/
|
Package brave implements a web search tool using the Brave search API - see https://brave.com/search/api/ |
|
browser
Package browser implements a web page scraper tool using the scrape package.
|
Package browser implements a web page scraper tool using the scrape package. |
|
weather
Package weather implements tools to get the current and forecast weather from https://api.openweathermap.org/
|
Package weather implements tools to get the current and forecast weather from https://api.openweathermap.org/ |
Click to show internal directories.
Click to hide internal directories.