coodeex
MCP Servercoodeexpublic

agents

一个支持多种智能体(如并行、语音、Git管理等)的Python工具库。

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
Python
Language
-
License

About This Server

一个支持多种智能体(如并行、语音、Git管理等)的Python工具库。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

agents

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python anthropic.py
python deepseek.py
python parallel.py
python guardrail.py
.
.
.

Parallel Agent This allows you to chat with multiple LLMs in parallel. Configure PARALLEL_AGENT_TELEGRAM_BOT_TOKEN

cd parallel_agent

nohup bash -c 'while true; do python3 parallel_agent_bot.py; echo "Crashed. Restarting..."; sleep 5; done' > bot.log 2>&1 &

pkill -f parallel_agent_bot.py

Streaming Agent This allows you to chat with an agent that streams responses in real-time. Configure STREAMING_AGENT_TELEGRAM_BOT_TOKEN

cd streaming_agent

nohup bash -c 'while true; do python3 streaming_bot.py; echo "Crashed. Restarting..."; sleep 5; done' > bot.log 2>&1 &

pkill -f streaming_bot.py

Git MCP Agent This allows you to chat with your git repo. Configure GIT_MCP_TELEGRAM_BOT_TOKEN and GIT_MCP_REPO_PATH. Basically, you need to have the repo cloned in the GIT_MCP_REPO_PATH directory.


curl -LsSf https://astral.sh/uv/install.sh | sh
source ~/.bashrc

cd git_mcp_agent

chmod +x git_pull.sh

nohup bash -c 'while true; do python3 git_mcp_agent_bot.py; echo "Crashed. Restarting..."; sleep 5; done' > bot.log 2>&1 &

pkill -f git_mcp_agent_bot.py

Voice Agent This allows you to chat with the voice agent.

cd voice_agent

nohup bash -c 'while true; do python3 voice_agent_bot.py; echo "Crashed. Restarting..."; sleep 5; done' > bot.log 2>&1 &

pkill -f voice_agent_bot.py

voice.py

sudo apt-get install libportaudio2
python voice.py

Quick Start

1

Clone the repository

git clone https://github.com/coodeex/agents
2

Install dependencies

cd agents
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownercoodeex
Repoagents
LanguagePython
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation