Proma

Active
GitHub TypeScript AGPL-3.0

Description

Proma is an open-source AI agent platform for building, deploying, and monitoring production conversational agents with RAG, memory, and tool integrations.

Key Features

  • Native Feishu group chat support for in-workflow AI collaboration
  • Built on Claude Agent SDK, reusing proven capabilities
  • Multi LLM provider switching without vendor lock-in
  • Smooth agent experience optimized for power users
  • Proactive agent that anticipates task needs

Use Cases

💡 Let Feishu group chats invoke AI for daily tasks
💡 Embed AI agents inside team collaboration
💡 Provide low-friction experience for power AI users
💡 Provide a unified entry point across multiple LLM providers

Quick Start

# Clone and install
git clone https://github.com/proma-ai/Proma
cd Proma
pnpm install

# Configure Feishu bot and LLM
cp .env.example .env
# Edit .env to fill in FEISHU_APP_ID, FEISHU_APP_SECRET, ANTHROPIC_API_KEY

# Start
pnpm dev

# Add the bot to a Feishu group to use it
> @Proma help me organize this week's meeting notes

Related Projects