# Agenvoy

> Agentic framework | Self-improving memory | Pluggable tool extensions | Sandbox execution

- **URL**: https://www.freshcrate.ai/projects/Agenvoy
- **Author**: pardnchiu
- **Category**: Security
- **Latest version**: `v0.26.4` (2026-06-06)
- **License**: Apache-2.0
- **Source**: https://github.com/pardnchiu/Agenvoy
- **Homepage**: https://agenvoy.com/
- **Language**: Go
- **GitHub**: 61 stars, 9 forks
- **Registry**: github (`pardnchiu/Agenvoy`)
- **Tags**: `agentic`, `ai`, `ai-agent`, `anthropic`, `gemini`, `github-copilot`, `go`, `golang`

## Description

Agentic framework | Self-improving memory | Pluggable tool extensions | Sandbox execution

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `v0.26.4` | 2026-06-06 | High | > v0.26.3 -> v0.26.4  ## Summary  Removes the web mode rendering path from trunk and defers it to the `jarvis-alpha` branch for completion before merge-back. Cleans up retry logic, DuckDuckGo endpoint migration, and agent fallback flow along the way.  <details> <summary>翻譯</summary> 將 web mode 渲染路徑從主線移除，延後至 `jarvis-alpha` 分支完成後再合併回來。同步清理重試邏輯、DuckDuckGo endpoint 遷移與 agent fallback 流程。 </details>  ## Changes  ### REFACTOR - Restructure skill rendering and tool search registry (@pardn |
| `v0.25.8` | 2026-05-31 | High | > v0.25.7 -> v0.25.8  ## Summary  Continues the structural decomposition wave by extracting four more domain-specific sub-packages, reducing cross-cutting imports and clarifying ownership boundaries across the runtime.  <details> <summary>翻譯</summary> 延續結構拆分浪潮，抽取四個領域專屬子套件，降低交叉引用並釐清 runtime 內各模組的所有權邊界。 </details>  ## Changes  ### REFACTOR - Extract skill filesystem package and rewire integrations (@pardnchiu) [47dbb74] - Reorganize runtime record helpers and shared session paths (@ |
| `v0.24.10` | 2026-05-24 | High | > v0.24.9 -> v0.24.10  ## Summary  Brings native document RAG into the runtime via a daemon-managed KuraDB child process; three retrieval tools join the agent toolkit and vanish per-turn when the endpoint is absent. Fixes a long-standing compat-provider URL bug that silently routed traffic to localhost regardless of the TUI-entered host. Adds an OpenAI-compatible chat completions endpoint for external clients, and refreshes README plus wiki around the new RAG-first positioning.  <details> |
| `v0.23.4` | 2026-05-18 | High | > v0.23.3 -> v0.23.4  ## Summary  Scheduled-state introspection becomes a first-class tool surface. The runtime now exposes read-only listers for one-shot tasks and recurring crons, closing a discovery gap that previously forced the agent to fall back on filesystem traversal. <details> <summary>翻譯</summary> 排程查詢成為第一線工具：runtime 新增唯讀的單次任務與週期任務 lister，補上過去 LLM 必須退而求其次走 filesystem 全掃才能回答「我有什麼排程」的缺口。 </details>  ## Changes  ### FEAT - Add list_task and list_cron read-only scheduler tools |
| `v0.21.3` | 2026-05-11 | High | > v0.21.2 -> v0.21.3  ## Summary  Web mode introduces a browser rendering surface with live reload alongside the existing TUI, driven by a dedicated system prompt branch. TUI commands consolidate into scope-aware popups with inline-arg shortcuts and a conflict-checked session bot editor. Discord enable now validates the gateway connection before persisting state. <details> <summary>翻譯</summary> 新增 web mode 瀏覽器渲染管道與即時重載，並走獨立的 system prompt 分支，與既有 TUI 並存。TUI 指令統一為帶 scope 選擇的 popup，補上 inline |
| `v0.20.4` | 2026-05-05 | High | > v0.20.2 -> v0.20.4  > **Note**: Supersedes the withdrawn `v0.20.3` tag, which did not run. All commits from `v0.20.2..HEAD` are folded into this release; the surface documented below is the only public form.  ## Summary  Plugs Agenvoy into the MCP ecosystem with a dual-transport client adapter that merges global and per-session config, and tightens the tool registry boundary against silent execution of user-defined API endpoints. Scheduler runtime gains hot-reloading and catch-up for run |
| `v0.20.1` | 2026-05-02 | High | > v0.20.0 -> v0.20.1  ## Summary  Adds always-allow permission mode and GPT-5.5 entries to OpenAI configs, inlines file read/write helpers into tool handlers, and moves CLI / Discord flows under the interactive package. Also refines fetch-page skip behavior and continues the go-utils → go-pkg migration.  <details> <summary>翻譯</summary>  新增 always-allow 權限模式與 GPT-5.5 OpenAI 設定，檔案讀寫輔助邏輯內嵌至 tool handler，CLI／Discord 流程移至 interactive 套件；同步改善 fetch-page skip 行為，並持續推進 go-utils → go-pkg 遷移。 </ |
| `v0.20.0` | 2026-04-28 | High | > v0.19.9 -> v0.20.0  ## Summary  Session lifecycle adds a friendly-name layer plus three routing prefixes: subagent name dispatch, `:<name>` one-shot CLI prefix, and skill-arg pass-through. Runtime gains a UID/PID singleton with per-session state tracking. go-utils upgraded to v0.9.4.  <details> <summary>翻譯</summary> Session 生命週期加入友善名稱層與三條路由：subagent name 分派、`:<name>` CLI one-shot 前綴、skill 前綴 args 透傳。Runtime 新增 UID／PID singleton 與 per-session 狀態軌跡。go-utils 升級至 v0.9.4。 </details>  ## |
| `v0.19.5` | 2026-04-23 | High | > v0.19.4 -> v0.19.5  ## Summary  Extends `read_file` with CSV/TSV dispatch, disables its `alreadyCall` cache to stop stale post-edit reads, and splits the file / error-memory toolset into dedicated `fileReader` / `fileWriter` / `errorMemory` packages under `internal/filesystem/`. <details> <summary>翻譯</summary> `read_file` 以副檔名分派擴充 CSV／TSV、關掉 `alreadyCall` 快取以免 post-edit 讀到舊內容，並將 file／error-memory 相關實作拆入 `internal/filesystem/` 下的 `fileReader`／`fileWriter`／`errorMemory` 專屬套件。 </details> |
| `v0.19.4` | 2026-04-20 | High | > v0.19.3 -> v0.19.4  ## Summary  Token-efficient tool prompts (description and parameter-schema hygiene across 8 built-in tools), explicit tool registration across the registry, and `download_page` split into separate `fetch_page` / `save_page_to_file` handlers. <details> <summary>翻譯</summary> 壓縮 8 個內建 tool 的 description 與 parameter schema（省 token），tool registry 改全面顯式註冊，並將原 `download_page` 拆為 `fetch_page` 與 `save_page_to_file` 兩支獨立 handler。 </details>  ## Changes  ### UPDATE - Trim |

## Dependency audit

- **Score**: 56/100
- **Total deps**: 12
- **Resolved**: 0
- **Unresolved**: 12
- **License conflicts**: 0
- **Warnings**: 12
- **Scanned**: 2026-04-27

## Citation

- HTML: https://www.freshcrate.ai/projects/Agenvoy
- Markdown: https://www.freshcrate.ai/projects/Agenvoy.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/Agenvoy/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
