Skip to main content

AI Agents

Pre-built agents you can install, inspect, and run. Every agent declares what it does, what it needs, and how it behaves — in a single, standardized manifest.

What is an AgentNode Agent?

An AgentNode agent is a self-describing AI agent packaged with a standardized manifest. Unlike traditional AI agents that hide their behavior in code, AgentNode agents declare everything upfront: their goal, behavior, tool access, permissions, and limits.

This means you can inspect before you install. You know exactly what the agent does, which tools it uses, what API keys it needs, and what permissions it requires — before running a single line of code.

Agents are composable. They use AgentNode tool packs as building blocks — a research agent might combine web search, page extraction, and document summarization, all installed from the registry.

Each agent is automatically verified by AgentNode before listing: installed, imported, and smoke-tested in a sandbox. You see the verification score, tier, and any issues upfront.

Agent Tiers

Agents are classified by what they need to run. This tells you at a glance how much trust and configuration is required.

LLM Only

Pure reasoning agents. They use your LLM to think, write, and plan — no external tools or API calls needed.

Examples: Blog writer, newsletter, project planner, report generator

LLM + Tools

Agents that combine LLM reasoning with AgentNode tool packs. They search the web, extract documents, analyze data, and more.

Examples: Deep research, code review, competitive intel, fact checker

LLM + Credentials

Agents that connect to external services using API keys or OAuth. They interact with your CRM, cloud provider, email, or databases.

Examples: CRM enrichment, cloud cost analysis, email triage, deployment

How It Works

1

Install

One command. The agent and all its dependencies are downloaded, verified, and installed locally.

agentnode install deep-research-agent
2

Configure

Each agent declares what it needs: API keys, permissions, tool access. You see everything upfront — no hidden behavior.

result = run_tool("deep-research-agent",
  goal="Compare React vs Vue in 2026")
3

Run

Agents run locally on your machine with declared isolation. They orchestrate tool calls, handle errors, and return structured results.

print(result["report"])
print(result["sources"])

Why AgentNode Agents?

Standardized Manifest

Every agent declares its goal, behavior, permissions, tool access, and limits in a single agentnode.yaml. No guessing what an agent does or needs.

Verified Before You Install

Each agent is automatically installed, imported, and smoke-tested by AgentNode before listing. You see the verification score and tier upfront.

Transparent Behavior

The agent's behavior description, tool access, system prompt, and permission levels are all visible on the package page. Nothing is hidden.

Any LLM Provider

Agents work with any LLM provider — OpenAI, Anthropic, Gemini, or OpenRouter. The agent uses the same model that invokes it, auto-detected from your API key.

Declared Permissions

Network access, filesystem access, code execution — every permission level is declared in the manifest and shown before installation.

Composable

Agents use AgentNode tool packs as building blocks. A research agent combines web search, page extraction, and summarization — all from the registry.

Available Agents

View all

Academic Research Agent

v2.1.4agent
by AgentNode
Gold VerifiedTrusted

Search academic papers on arXiv and Google Scholar, extract citations, and produce a literature review.

0 downloads

API Design Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Generate an OpenAPI specification from requirements, validate it, and produce API documentation.

0 downloads

Blog Writer Agent

v3.2.0agent
by AgentNode
Gold VerifiedTrusted

Research a topic and write an SEO-optimized blog post with proper structure, keywords, and meta description.

0 downloads

CI/CD Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Set up and manage CI/CD pipelines: configure builds, run tests, build containers, and deploy.

0 downloads

Cloud Cost Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Analyze cloud infrastructure costs across AWS/Azure, identify waste, and recommend optimization strategies.

0 downloads

Code Review Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Perform comprehensive code review: lint, security audit, refactoring suggestions, and best practices check.

0 downloads

Competitive Intelligence Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Analyze competitors by scraping their web presence, monitoring news, and producing a competitive analysis report.

0 downloads

Contract Review Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Analyze legal contracts, flag risky clauses, compare against templates, and suggest amendments.

0 downloads

CRM Enrichment Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Enrich CRM contacts with public web data: company info, social profiles, recent news, and role details.

0 downloads

CSV Analyst Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Upload a CSV, detect patterns and anomalies, generate visualizations, and produce an analysis report.

0 downloads

Data Pipeline Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Build and run a data pipeline: load from CSV/JSON, clean and transform, then output to a target format.

0 downloads

Deep Research Agent

v2.2.1agent
by AgentNode
Gold VerifiedTrusted

Conduct deep multi-source research on any topic, synthesize findings from web and documents into a structured report.

0 downloads

Dependency Audit Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Scan project dependencies for known vulnerabilities, outdated versions, license issues, and leaked secrets.

0 downloads

Deployment Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Orchestrate application deployments: build, test, push images, deploy to cloud, verify health, and notify the team.

0 downloads

Email Triage Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Prioritize incoming emails, draft responses for routine messages, and create tasks from action items.

0 downloads

Fact Check Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Verify claims against multiple web sources and produce a fact-check verdict with supporting evidence.

0 downloads

Log Investigator Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Parse log files, identify errors and anomalies, correlate events, and produce an incident report.

0 downloads

Meeting Prep Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Prepare for meetings by researching attendees, summarizing relevant docs, and generating an agenda with talking points.

0 downloads

News Digest Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Aggregate news from multiple sources on a topic, summarize key stories, and optionally translate for multilingual digests.

0 downloads

Newsletter Agent

v3.1.2agent
by AgentNode
Gold VerifiedTrusted

Curate top stories on a topic, summarize them, and draft a ready-to-send newsletter email.

0 downloads

Project Planner Agent

v3.1.4agent
by AgentNode
Gold VerifiedTrusted

Break down a project goal into user stories, tasks, and milestones with time estimates.

0 downloads

Report Generator Agent

v3.1.4agent
by AgentNode
Gold VerifiedTrusted

Transform raw data (CSV, JSON) into a formatted report with charts, tables, and executive summary.

0 downloads

Security Scanner Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Run a comprehensive security scan on a codebase: SAST, dependency vulnerabilities, secret detection, and compliance check.

0 downloads

SEO Research Agent

v2.1.3agent
by AgentNode
Gold VerifiedTrusted

Audit a website's SEO by analyzing content, keywords, meta tags, and competitor rankings.

0 downloads

Social Media Agent

v3.1.2agent
by AgentNode
Gold VerifiedTrusted

Create platform-optimized social media posts with copy, hashtags, and image suggestions from a topic or URL.

0 downloads

Spreadsheet Auditor Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Audit Excel/CSV spreadsheets for errors, duplicates, formula issues, and data inconsistencies.

0 downloads

SQL Report Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Answer natural language questions about a database by generating SQL queries, executing them, and visualizing results.

0 downloads

Technical Documentation Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Generate API documentation and developer guides from source code, including examples and type signatures.

0 downloads

Test Writer Agent

v2.1.2agent
by AgentNode
Gold VerifiedTrusted

Analyze source code and generate comprehensive test suites with unit tests, edge cases, and mocks.

0 downloads

Website Monitor Agent

v2.1.3agent
by AgentNode
Gold VerifiedTrusted

Monitor websites for content changes, downtime, and visual regressions, and send alerts via Slack or email.

0 downloads

Build Your Own Agent

Create an agent with a standardized manifest, publish it to the registry, and let others install and run it. The manifest format is open and documented.