Ready to Use · Out of the Box
TeamBot Logo

TeamBot

Team Collaboration AI Assistant

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

TeamBot Dashboard

Product Showcase

Real interface screenshots — see what TeamBot looks like in action

Admin Dashboard

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

Recommended
bash
pip install teambot-ai
powershell
powershell -c "irm https://raw.githubusercontent.com/ctz168/teambot/main/install/install.ps1 | iex"
bash
curl -fsSL https://raw.githubusercontent.com/ctz168/teambot/main/install/install.sh | bash

Quick Start

Four steps to get your AI assistant running

1

Install TeamBot

One command to install
config
pip install teambot-ai
2

Configure LLM

Set up your LLM API
config
# Edit config file
llm:
  provider: openai
  api_key: "sk-your-api-key"
  model: "gpt-4"
3

Configure Platform

Choose your messaging platform
config
# Configure Telegram Bot
telegram:
  bot_token: "your-bot-token"
  allowed_users:
    - your_user_id
4

Start Service

One click to start
config
teambot-ai --web