P

genpilot

Created Oct 19, 2025 by yanmxa

Language:

Python

Stars:

4

Forks:

1

README

GenCode

 ██████╗ ███████╗███╗   ██╗ ██████╗ ██████╗ ██████╗ ███████╗
██╔════╝ ██╔════╝████╗  ██║██╔════╝██╔═══██╗██╔══██╗██╔════╝
██║  ███╗█████╗  ██╔██╗ ██║██║     ██║   ██║██║  ██║█████╗
██║   ██║██╔══╝  ██║╚██╗██║██║     ██║   ██║██║  ██║██╔══╝
╚██████╔╝███████╗██║ ╚████║╚██████╗╚██████╔╝██████╔╝███████╗
 ╚═════╝ ╚══════╝╚═╝  ╚═══╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝

Open-source AI agent. Lives in your terminal.

Quick Start

npm install -g gencode-ai
gencode

Features

  • Provider Agnostic - LLM (OpenAI, Anthropic, Gemini, Vertex AI) and Search (Exa, Serper, Brave)
  • MCP Integration - Extend with external tools via Model Context Protocol (stdio, HTTP, SSE transports) - Claude Code compatible
  • Built-in Tools - Read, Write, Edit, Bash, Glob, Grep, WebFetch, WebSearch, TodoWrite, AskUserQuestion, Task, Skill
  • Custom Commands - Markdown-based slash commands with variable expansion ($ARGUMENTS, $1, $2) and file inclusion (@file) - Claude Code compatible
  • Skills System - Domain expertise via SKILL.md files (hierarchical merge from ~/.gen/skills/, ~/.claude/skills/, .gen/skills/, .claude/skills/)
  • Subagent System - Isolated task execution with specialized agents (Explore, Plan, Bash, general-purpose)
  • Hooks System - Event-driven automation with shell commands (PostToolUse, SessionStart, Stop, etc.) - Claude Code compatible
  • Agent Loop - Multi-turn conversations with tool calls
  • Session Management - Persist and resume conversations
  • Interactive CLI - Fuzzy search, command suggestions
  • Permission System - Pattern-based rules, prompt-based permissions, audit logging
  • Cost Tracking - Real-time token usage and cost estimates for all providers

License

MIT

Last updated: Oct 19, 2025

Publisher info

yanmxa's avatar

yanmxa

Software Developer

Red Hat
China
22
followers
31
following
99
repos

More MCP servers built with Python

Stable Diffusion WebUI

Stable Diffusion web UI

By AUTOMATIC1111 160.1K
Transformers

🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.

By huggingface 155.5K
PyTorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

By pytorch 96.8K