Agenvoy
Make AI actually work for you — your personal AI assistant.
Last verified:
What is Agenvoy?
Agenvoy is an open-source, Go-based agentic AI platform that enables your personal AI assistant to work for you with zero coding required. It automatically routes tasks across multiple LLM providers (Claude, GPT, Gemini, Copilot, Codex, Nvidia) using intelligent planner-based dispatch, and the AI self-generates tools from a single sentence prompt without programming skills. The platform integrates natively with Telegram inline keyboards, Discord select menus/modals, and terminal interfaces, letting you access your AI assistant anywhere.
Key features include multi-provider concurrent dispatch for optimal speed/quality/cost/reliability model selection, in-process subagents for direct execution without HTTP overhead, OS-native sandboxing for secure task execution, and self-improving memory that learns from errors. The framework ships with 15 built-in tools covering file I/O, web search, JS-rendered browser fetching, financial data, weather, precision math, and shell commands. Any REST API can be mounted as a new tool via a single JSON config file with no framework code changes.
Agenvoy is designed for developers building AI agents, advanced AI application users, and anyone wanting a no-code personal AI assistant. It appeals to Go developers seeking a lightweight production-ready agentic runner without LangChain or heavy frameworks, and teams needing cross-session persistence with native platform UI experiences.
The platform supports intent-to-skill routing, cross-turn memory for conversation continuity, extensible API tools with pluggable tool extensions, and zero-code REST API tool mounting. It eliminates the need for HTTP communication through direct subagent execution, enhancing efficiency and responsiveness for production deployments.
Agenvoy pricing
Pricing model: Freemium
Agenvoy is completely free and open-source. It is available as a self-hosted solution that runs on your own machine with no subscription fees, no tiered pricing plans, and no usage-based costs. Users install via 'go install github.com/pardnchiu/agenvoy/cmd/cli@latest' and pay only for their own LLM API usage when connecting to providers like OpenAI, Anthropic Claude, Google Gemini, Microsoft Copilot, Nvidia, or Codex. The framework itself has no licensing costs, no feature restrictions, and includes all 15 built-in tools at no charge.
Agenvoy pros
- Open-source Go-based framework with small footprint
- No LangChain or heavy framework dependencies required
- Multi-provider LLM dispatch across 6 providers (Claude, GPT, Gemini, Copilot, Codex, Nvidia)
- Intelligent planner-based routing selects best model for speed, quality, cost, or reliability
- Zero-code tool generation from single sentence prompts
- Native platform UI with Telegram inline keyboards and Discord select menus/modals
- Cross-session persistence and send tools for conversation continuity
- 15 built-in tools covering file I/O, web search, browser fetching, finance, weather, math, shell
- OS-native sandboxing for secure task execution
- Self-improving memory that learns from errors
- In-process subagents with direct execution (no HTTP overhead)
- REST API tool mounting via single JSON config file
- Lightweight production-ready runner ideal for deployments
- Cross-turn memory maintains conversation context
- Intent-to-skill routing automatically matches tasks to tools
- Works on your own machine as personal anywhere agent
- Extensible with pluggable tool extensions
Agenvoy cons
- Requires Go installation and command-line knowledge
- Primarily developer-focused, less beginner-friendly than no-code platforms
- No official hosted cloud service - self-hosted only
- Documentation primarily in Chinese (traditional)
- Relatively new project with smaller community (83-115 GitHub stars)
- Limited pre-built integrations compared to enterprise platforms
- REST API tool mounting requires manual JSON config creation
- Terminal-based TUI may not appeal to GUI-preferring users
Frequently asked questions about Agenvoy
What is Agenvoy?
Agenvoy is an open-source, Go-based agentic AI platform that serves as your personal AI assistant. It automatically routes tasks across multiple LLM providers (Claude, GPT, Gemini, Copilot, Codex, Nvidia) using intelligent dispatch, generates tools from natural language prompts without coding, and integrates natively with Telegram, Discord, and terminal interfaces.
Do I need programming skills to use Agenvoy?
No programming skills are required for basic use. Agenvoy's core promise is 'one sentence, it grows tools on its own, no programming ability needed.' The AI automatically generates tools from your natural language requests. However, installing and configuring the platform requires basic Go knowledge and command-line familiarity.
Which LLM providers does Agenvoy support?
Agenvoy supports six LLM providers: Claude (Anthropic), GPT (OpenAI), Gemini (Google), Copilot (Microsoft), Codex, and Nvidia. The planner-based dispatch system automatically routes tasks to the optimal provider based on your needs for speed, quality, cost, or reliability.
How do I install Agenvoy?
Install Agenvoy using the Go command: 'go install github.com/pardnchiu/agenvoy/cmd/cli@latest'. This requires Go to be installed on your system. The platform runs locally on your own machine as a self-hosted solution.
What platforms/interfaces does Agenvoy work on?
Agenvoy integrates natively with Telegram (inline keyboards), Discord (select menus and modals), and terminal/command-line interfaces. It uses native platform UI for an authentic experience on each platform and works as a 'personal anywhere agent' that runs on your machine.
What built-in tools does Agenvoy include?
Agenvoy ships with 15 built-in tools covering file I/O, web search, JS-rendered browser fetching, financial data, weather information, precision math calculations, and shell commands. These tools are available immediately without configuration.
How do I add custom tools to Agenvoy?
Any REST API can be mounted as a new tool by dropping a single JSON config file into the standard paths. This requires no framework code changes. Additionally, Agenvoy can automatically generate tools from natural language prompts without requiring you to write tool code.
Is Agenvoy free to use?
Yes, Agenvoy is completely free and open-source with no subscription fees or tiered pricing. You only pay for your own LLM API usage when connecting to providers. The framework itself has no licensing costs and includes all features and 15 built-in tools at no charge.
What is skill routing in Agenvoy?
Intent-to-skill routing is Agenvoy's intelligent system that automatically matches your task intent to the appropriate skill or tool. The planner-based dispatch analyzes what you want to accomplish and routes the task to the best provider and tool combination for optimal results.
How does Agenvoy's memory work?
Agenvoy features self-improving memory that learns from errors and maintains cross-turn memory for conversation continuity. The memory system improves over time by analyzing past mistakes and adapting, while cross-session persistence ensures your AI assistant remembers context across different conversations.