✨ Ready to Use · Out of the Box

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.

Admin Dashboard
Admin Dashboard
Chat Interface
Chat Interface
Agent Management
Agent Management
LLM Management
LLM Management
Skills Marketplace
Skills Marketplace
Workflow Builder
Workflow Builder
Platform Integration
Platform Integration
Memory System
Memory System

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

Linux / macOS bash
curl -fsSL https://teambot.samai.cc/install.sh | bash
Windows PowerShell
irm https://teambot.samai.cc/install.ps1 | iex

Downloads

Pre-built binaries for all platforms β€” no Python or Node.js required

Windows

x86_64 (amd64)

Download .exe

Or run in PowerShell:
irm https://teambot.samai.cc/install.ps1 | iex

Linux

x86_64 (amd64)

Download Binary

Or one-line install:
curl -fsSL https://teambot.samai.cc/install.sh | bash

Linux

ARM64 (aarch64)

Download Binary

For Raspberry Pi / ARM servers

macOS

Apple Silicon (arm64)

Download Binary

M1/M2/M3/M4 Macs

Quick Start

Three steps to get your AI assistant running

1

Install TeamBot

One-line install (Linux/macOS) β€” includes all dependencies
curl -fsSL https://teambot.samai.cc/install.sh | bash
2

Configure LLM & Platform

Edit config file with your API keys
# Edit ~/.teambot/config.yaml llm: provider: openai api_key: "sk-your-api-key" model: "gpt-4" telegram: bot_token: "your-bot-token"
3

Start Service

One command to launch
teambot-ai