# AgentNode AgentNode is the verified registry for AI agent skills and tools. Agents discover, install, and run capabilities at runtime with built-in verification, risk scoring, and policy controls. For a deeper machine-readable guide for AI agents, see: https://agentnode.net/llms-full.txt ## What AgentNode Does AgentNode provides a registry where AI agents can: - Detect a missing capability, install a verified skill, and retry — autonomously (smart_run) - Run tools safely with trust-gated execution and policy enforcement - Use a portable package format (ANP) that works across LangChain, CrewAI, MCP, and Python ## Key Differentiators - Verification tiers: Every package version is tested (install, import, smoke test, unit tests) and scored - Risk scoring: Usage risk profiles with configurable policies (allow, log, prompt, deny) - Trust model: Trust is assigned per version, not per package - Runtime execution: Packages contain real code with dependencies, not just instructions - Sandboxed execution: Community code runs in an isolated container or not at all (fail-closed) - Credential safety: API keys live in the OS keychain; they never enter sandboxed code - Compatibility: Tested with 182 LLM models across 35 providers (175 pass all scenarios) — plus any OpenAI-compatible endpoint, including local Ollama without an API key ## Key Pages - Homepage: https://agentnode.net/ - FAQ: https://agentnode.net/faq - Documentation: https://agentnode.net/docs - Search Packages: https://agentnode.net/search - Browse Capabilities: https://agentnode.net/capabilities - Model Compatibility: https://agentnode.net/compatibility - Changelog (SDK release notes): https://agentnode.net/changelog - For Developers: https://agentnode.net/for-developers - For AI Agents: https://agentnode.net/for-agents - Why AgentNode: https://agentnode.net/why-agentnode - Security & Trust: https://agentnode.net/security - Publish Skills: https://agentnode.net/publish - Blog: https://agentnode.net/blog - Tutorials: https://agentnode.net/tutorials - Getting Started: https://agentnode.net/getting-started ## SDK Installation pip install agentnode-sdk ## Contact - Website: https://agentnode.net - GitHub: https://github.com/agentnode-ai/agentnode - Security: security@agentnode.net