Agenvoy banner
agenvoy agenvoy

Agenvoy

AI community

Description

Self-hosted AI agent harness in a single Go binary — writes, sandbox-tests and repairs its own tools, and lets Claude Code, Codex and any MCP client build and share them.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Agenvoy

Self-hosted AI agent harness that builds, tests, and reuses its own tools

Open source, single Go binary. Runs on your own machine, handles multi-step work, searches local files,
schedules recurring tasks, and shares its sandboxed tool library with Claude Code, Codex,
and any other MCP client.

agenvoy%2FAgenvoy | Trendshift

Version License

English · 繁體中文

Why Agenvoy

  • Self-extending tools — Builds the missing tool instead of stopping.
  • One sandboxed tool library — Shares the same tool library across Agenvoy, Claude Code, Codex, and other agents.
  • Live command feedback — Streams throttled command output to the TUI and Web dashboard while preserving the complete final result.
  • Skill-aware model routing — Passes matched Skill descriptions into agent selection so the dispatcher can choose models against the actual task contract.
  • Origin-aware confirmations — Routes approval prompts back to the originating CLI, Web, Telegram, or Discord channel without cross-channel interception.
  • **Extensible in