Tool Packs
Executable tools for your agent
Verified Python tools your agent installs and runs — PDF extraction, web search, data analysis, and more. Permission-declared and sandboxed by trust level.
What is a tool pack?
Real code, typed interface
A tool pack ships executable Python with per-tool entrypoints and typed JSON-Schema inputs/outputs — your agent knows exactly what to pass and what to expect.
Verified & permission-declared
Every pack passes the publish verification pipeline and declares its permissions (network, filesystem, code execution) up front. Community code runs in a container — or not at all.
One install away
agentnode install <slug> and your agent uses it via run_tool() — from LangChain, CrewAI, MCP, or plain Python.