-
Notifications
You must be signed in to change notification settings - Fork 207
Description
agentstack tools list
Available AgentStack Tools:
application-specific:
browsing:
- browserbase: https://github.com/browserbase/python-sdk
- firecrawl: https://www.firecrawl.dev/
code-execution:
- open_interpreter: https://github.com/OpenInterpreter/open-interpreter
- code_interpreter: AgentStack default tool
computer-control:
- file_read: https://github.com/crewAIInc/crewAI-tools/tree/main/crewai_tools/tools/file_read_tool
- directory_search: https://github.com/crewAIInc/crewAI-tools/tree/main/crewai_tools/tools/directory_search_tool
- ftp: AgentStack default tool
database:
network-protocols:
- agent_connect: https://github.com/chgaowei/AgentConnect
search:
- perplexity: https://perplexity.ai
storage:
unified-apis:
- composio: https://composio.dev/
vision:
- vision: AgentStack default tool
web-retrieval:
- exa: https://exa.ai
- agentql: https://agentql.com/
✨ Add a tool with: agentstack tools add <tool_name>
https://docs.agentstack.sh/tools/core
usage: agentstack [-h] [--path PROJECT_PATH] [--debug] [-v] {docs,quickstart,templates,login,init,i,run,r,generate,g,tools,t,export,e,update,u} ...
AgentStack CLI - The easiest way to build an agent application
positional arguments:
{docs,quickstart,templates,login,init,i,run,r,generate,g,tools,t,export,e,update,u}
Available commands
docs Open Agentstack docs
quickstart Open the quickstart guide
templates View Agentstack templates
login Authenticate with Agentstack.sh
init (i) Initialize a directory for the project
run (r) Run your agent
generate (g) Generate agents or tasks
tools (t) Manage tools
export (e) Export your agent as a template
update (u) Check for updates
options:
-h, --help show this help message and exit
--path PROJECT_PATH, -p PROJECT_PATH
Path to the project directory, defaults to current working directory
--debug Print more information when an error occurs
-v, --version Show the version