Skip to content

pardnchiu/Agenvoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

643 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agenvoy

A personal AI Agent that runs on your machine

Look things up, build tools, organize files, set up schedules.
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 OAuth?

The agent searches your local files and answers directly.


Handle multi-step work

Summarize this week's GitHub Issues and generate a progress report

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


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 Connect to external services
Tool Market Share and install tools
Transcription Audio and video to text
Self-improvement Auto-fixes after execution failures

Demo

Auto tool generation Skill-based scheduler
Sub-agent collaboration Install tools from market

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


Note

This document was auto-generated by Claude after reading the full source code.

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