Skip to content

pardnchiu/Agenvoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

656 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agenvoy

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.

Go Reference Coverage Version License

English · 繁體中文


What you can do with it

Look things up

What's the weather in Taipei?

The agent finds data, calls tools, and gives you the answer.

If a tool doesn't exist, it builds one.

Set up 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.

Search your files

Find all invoices from last year

Which document mentions Prompt guide?

The agent searches your local files and answers directly.

Handle multi-step work

Summarize today's GitHub Commit and generate a progress report

The agent breaks down the task, calls tools, combines results, and replies.

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)


Why Agenvoy

You don't pick the model

Coding, research, document analysis, video processing.

The agent picks the best model for the job.


No tool? It builds one

The agent can:

  • Find an API
  • Generate a tool
  • Test it
  • Fix errors
  • Save it

Built once.

Used forever.


Long-term memory

The agent remembers more than the current conversation.

It also remembers:

  • Key information
  • Work progress
  • Long-term preferences

No need to re-explain context every time.


Your files are a knowledge base

Supported:

  • PDF
  • Markdown
  • TXT
  • Source code

Ask questions about your files in natural language.


Use it anywhere

Same agent.

Same memory.

Same tools.

Works on:

  • Telegram
  • Discord
  • Terminal

One-line install

On MacBook, also run sudo pmset -c sleep 0 to prevent sleep from interrupting schedules.

curl -fsSL https://cloud.agenvoy.com/install.sh | bash

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

License

This project is licensed under the Apache License 2.0.

Community Contributors

Azetry oceanasd

Contributor

Just open an issue to share an idea.

Agenvoy contributors

Star History

Agenvoy star history

When the curve trends up — that's the signal we want to see. Hit ★ to push it along.


©️ 2026 邱敬幃 Pardn Chiu

About

A personal AI Agent that runs on your machine—builds tools, searches files, automates tasks, and learns from its mistakes.

Topics

Resources

License

Stars

Watchers

Forks

Contributors