
TeamBot
Team Collaboration AI Assistant
Multi-Agent Architecture · Three-Layer Memory · Multi-Platform Integration
Bringing AI into your team workflow

Product Showcase
Real interface screenshots — see what TeamBot looks like in action

Admin Dashboard
Overview of your AI infrastructure — version, skills, models, memory stats, and running agents at a glance.
Core Features
Six core capabilities covering every scenario for team collaboration
Execution Engine
Python / Shell / PowerShell / CMD
Multi-language code execution with built-in safety controls. Let AI directly operate and execute tasks on your behalf.
Three-Layer Memory
Short-term / Working / Long-term, SQLite
Innovative three-layer memory architecture. Short-term for quick context, working for task tracking, long-term for persistent knowledge.
Multi-Agent Architecture
Main / Tool / Memory Agent Collaboration
Multiple intelligent agents work together. Main agent orchestrates, tool agent executes, memory agent manages knowledge.
Team Collaboration
Multi-role, Knowledge Sharing, AICQ Encryption
Multi-role collaboration with shared knowledge base. AICQ end-to-end encrypted communication ensures team data security.
AICQ Encrypted Communication
End-to-End Encryption, Cross-Agent Private Chat
AICQ protocol provides end-to-end encrypted messaging between agents and team members. Secure private channels ensure your team data stays private.
Visual Workflow Automation
12+ Step Types, Timer Scheduling, Condition Branching
Build complex automation with a visual workflow editor. Chain LLM calls, browser actions, API requests, timers, and conditional branches into powerful automated pipelines.
Install
Get started with TeamBot in seconds
pip install teambot-aipowershell -c "irm https://raw.githubusercontent.com/ctz168/teambot/main/install/install.ps1 | iex"curl -fsSL https://raw.githubusercontent.com/ctz168/teambot/main/install/install.sh | bashQuick Start
Four steps to get your AI assistant running
Install TeamBot
One command to installpip install teambot-aiConfigure LLM
Set up your LLM API# Edit config file
llm:
provider: openai
api_key: "sk-your-api-key"
model: "gpt-4"Configure Platform
Choose your messaging platform# Configure Telegram Bot
telegram:
bot_token: "your-bot-token"
allowed_users:
- your_user_idStart Service
One click to startteambot-ai --web