Skip to content
@agentvoy

AgentVoy

AgentVoy

The universal AI agent development platform.
Scaffold, configure, and guard AI agents across any framework — in seconds.

npm version downloads license

npx agentvoy create my-agent


AgentVoy eliminates agent boilerplate so you ship agent logic, not infrastructure.

Supported Frameworks

Framework Status
OpenAI Agents SDK ✅ Available
Google ADK ✅ Available
CrewAI ✅ Available
LangGraph ✅ Available
Anthropic SDK ✅ Available
LlamaIndex Coming soon

Supported Models

OpenAI · Anthropic · Google · Ollama (local) · Groq · Mistral

The agent.guard.yml Standard

Every AgentVoy project ships with a universal guardrails config — permissions, cost limits, iteration caps, PII detection, and more. One format, any framework.

guardrails:
  behavior:
    max_iterations: 20
    cost_limit: "$1.00"
    timeout: 5m
  input:
    block_prompt_injection: true
    pii_detection: warn
  output:
    block_harmful_content: true

Built by Chinmay Murugkar · Apache 2.0 · View the repo →

Popular repositories Loading

  1. .github .github Public

  2. agentvoy agentvoy Public

    The universal AI agent platform. Scaffold, configure, guard, and deploy AI agents across 7 frameworks — OpenAI, Anthropic, CrewAI, LangGraph, Google ADK, LlamaIndex, AutoGen. One command. Any model…

    TypeScript

  3. guard guard Public

    Python

  4. website website Public

    TypeScript

  5. radar radar Public

    Runtime visibility and control for AI agents — from one agent to one hundred

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…