Agenvoy
Health Pass
- License — License: Apache-2.0
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 231 GitHub stars
Code Fail
- rm -rf — Recursive force deletion command in .github/workflows/release-setup.yml
Permissions Pass
- Permissions — No dangerous permissions requested
This is a Go-based agentic framework designed to build and run AI assistants. It learns from past errors to improve over time, automatically routes tasks to different AI providers, and allows users to extend its capabilities by dropping in custom scripts—all running within a native OS sandbox.
Security Assessment
Risk Rating: Medium.
Because this tool acts as an AI agent framework, its core functionality inherently involves executing external tools, processing diverse data, and making network requests to various Large Language Model (LLM) APIs (such as OpenAI, Claude, Gemini, and Copilot). The project relies on a native OS sandbox to isolate these actions, meaning the overall safety of your system depends heavily on how strictly you configure that sandbox environment. The automated code scan did not find any dangerous patterns, hardcoded secrets, or requests for excessive system permissions in the repository itself. However, developers should remain cautious when granting the agent access to external Python or JavaScript scripts, as these act as pluggable extensions.
Quality Assessment
The project demonstrates strong health and active maintenance. It is licensed under Apache-2.0, providing clear and permissive usage terms. Development is highly active, with the latest repository pushes occurring today. It has garnered 75 GitHub stars, indicating a fair level of early community interest and trust. Furthermore, the documentation is thorough and well-organized, featuring clear architecture guides and test coverage.
Verdict
Safe to use, provided you properly configure the sandbox environment and manage the permissions of any custom tool extensions you introduce.
Make AI actually work for you - A personal agent that writes its own tools and repairs itself.
A personal AI Agent that runs on your machine
Build tools, test it, and call it.
Give the Agent you already use the power to build its own tools.
You say one sentence. The agent does the rest.
English · 繁體中文
One-line install
On MacBook, also run
sudo pmset -c sleep 0to prevent sleep from interrupting schedules.
curl -fsSL https://agenvoy.com/scripts/install.sh | bash
What you can do with it
Look things up
|
Set up automation
|
Search your files
|
Handle multi-step work
|
Give the Agent you already use the power to build its own tools
Agenvoy is also an MCP server.
Claude Code, Codex, OpenCode and other AI agents can connect and:
- Use all your sandboxed tools
- Auto-build new tools when none exist
- Share every tool across all agents
One line of config. Instant shared tool library.
Tools created in the demo:fetch_weather·fetch_crypto_price
Claude Code creates a weather tool (1) |
Codex reuses it and creates a crypto tool (2) |
Agenvoy tests both tools (3) |
Core capabilities
| Capability | Description |
|---|---|
| Auto tool generation | Builds and saves tools when they're missing |
| Self-scheduling | Create cron jobs with a single sentence |
| Long-term memory | Retains key info and context |
| File search | Answers from your local files |
| Sub-Agent | Multi-agent collaboration |
| MCP client | Connect to external MCP services |
| MCP server | Expose sandboxed tools to any MCP-compatible agent |
| Tool Market | Share and install tools |
| Transcription | Audio and video to text |
| Self-improvement | Auto-fixes after execution failures |
How it compares
| Agenvoy | OpenClaw | Hermes-agent | |
|---|---|---|---|
| Install | One command, single binary | pnpm monorepo | pip + docker |
| Multi-model | Auto-picks | Manual switch | Manual switch |
| Chat UI | Buttons / menus / modals | Text only | Text only |
| Builds its own tools | ✅ | ❌ | ⚠️ Skill only |
| Chat verification | 6-digit code | Manual approval | Manual approval |
| Cross-session push | ✅ | ❌ | ⚠️ Limited |
| File search | Semantic + keyword | Chat memory only | Chat memory only |
Docs
Full documentation at agenvoy.com/docs
- Getting Started
- Sessions & Agents
- Providers
- Built-in Tools
- MCP Server
- MCP Client
- Memory System
- Skill System
- Sandbox
- Architecture
License
This project is licensed under the Apache License 2.0.
Community Contributors
Contributor
Just open an issue to share an idea.
Star History
When the curve trends up — that's the signal we want to see. Hit ★ to push it along.
©️ 2026 邱敬幃 Pardn Chiu
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found






