Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Make AI actually work for you - A personal agent that writes its own tools and repairs itself.
| Date | Stars |
|---|---|
| 2026-07-31 | 359 |
| 2026-08-06 | 359 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
60.0
growth rate 0.00%/day
<p align="center">
<picture style="margin-down: 1rem">
<img src="./doc/logo.svg" alt="Agenvoy" width="320">
</picture>
</p>
<p align="center">
<strong>A local AI agent that can build, test, and reuse its own tools</strong>
</p>
<p align="center">
Agenvoy runs on your machine, handles multi-step work, searches local files, schedules recurring tasks,<br>
and exposes its tool library to other agents through MCP.
</p>
<p align="center">
<a href="https://github.com/pardnchiu/agenvoy/releases"><img src="https://img.shields.io/github/v/tag/pardnchiu/agenvoy?include_prereleases&style=for-the-badge" alt="Version"></a>
<a href="LICENSE"><img src="https://img.shields.io/github/license/pardnchiu/agenvoy?include_prereleases&style=for-the-badge" alt="License"></a>
</p>
<p align="center">
<strong>English</strong> · <a href="./doc/README.zh.md">繁體中文</a>
</p>
## Why Agenvoy
- **Build missing tools instead of stopping**
- **Share one sandboxed tool library across Agenvoy, Claude Code, Codex, and more**
- **Run local workflows with scheduling, memory, and file search**
- **Use it as both an agent app and an MCP server**
## What you can do with it
<table>
<tr>
<td width="50%" valign="top">
### Ask for live answers
> What's the weather in Taipei?
>
> The agent finds current data, calls tools, and gives you the answer.
>
> If a tool doesn't exist, it builds one.
</td>
<td width="50%" valign="top">
### Turn one sentence into automation
> Report TSMC stock price every morning at 8am
>
> The agent asks:
> - Where to push results
> - What format you want
> - When to run
>
> Then creates the schedule automatically.
</td>
</tr>
<tr>
<td>
[](https://youtu.be/floMBsAfziY)
</td>
<td>
[](https://youtu.be/5To3joKlFpU)
</td>
</tr>
<tr>
<td width="50%" valign="top">
### Ask your local files questions
> Find all invoices from last year
>
> Which document mentions Prompt guide?
>
> The agent searches your local files and answers directly.
</td>
<td width="50%" valign="top">
### Finish multi-step work
> Summarize today's GitHub commits and generate a progress report
>
> The agent breaks down the task, calls tools, combines results, and replies.
</td>
</tr>
<tr>
<td>
[](https://youtu.be/vqoQ6Qvl8qU)
</td>
<td>
[](https://youtu.be/nIV1xz_HIJg)
</td>
</tr>
</table>
### Works with the agents you already use
> 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`](doc/demo/fetch_weather/) · [`fetch_crypto_price`](doc/demo/fetch_crypto_price/)
<table>
<tr>
<td width="33%" valign="top">
#### Claude Code creates a weather tool (1)
</td>
<td width="33%" valign="top">
#### Codex reuses it and creates a crypto tool (2)
</td>
<td width="33%" valign="top">
#### Agenvoy tests both tools (3)
</td>
</tr>
<tr>
<td>
[](https://youtu.be/on5IaoxBO1E)
</td>
<td>
[](https://youtu.be/2DDFCIcbnso)
</td>
<td>
[](https://youtu.be/KPs4o9xDFjM)
</td>
</tr>
</table>
## Who it's for
Agenvoy is for developers, technical operators, and AI-heavy workflows that need more than chat:
- People who want local execution with guardrails
- Teams that want reusable tools across agents
- Users who need automation, file search, and scheduled reporting in one place
***
## Core capabilities
| Capability | Description |
| :- | :- |
| Auto tool generation | Builds and saves tools when they're missExcerpt of 7,743 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:27b0136fefb8c086, topic:ai-agents, topic:agent-framework, topic:multi-agent
matched fp:27b0136fefb8c086, topic:mcp, topic:mcp-server, topic:mcp-client