PraisonAI / README.md
Sanyam400's picture
Update README.md
3230384 verified
metadata
title: PraisonChat
emoji: 🐱
colorFrom: purple
colorTo: blue
sdk: docker
app_port: 7860
pinned: false

PraisonChat 🐱

An OpenClaw-style multi-agent AI chat powered by PraisonAI and LongCat Flash Lite.

Features

  • πŸ€– Dynamic sub-agent creation β€” the main agent spawns specialized agents per task
  • πŸ”§ Auto tool creation β€” agents write their own Python tools on the fly
  • πŸ’¬ Streaming responses with real-time agent step visibility
  • πŸ“ Full markdown + code highlighting
  • πŸŒ“ Dark/light mode
  • πŸ’Ύ Local chat history
  • 🎯 Multi-model support (Flash Lite, Flash Chat, Flash Thinking)

Setup

  1. Get a free LongCat API key at longcat.chat/platform
  2. Enter your API key in Settings (βš™οΈ)
  3. Start chatting!

Models

Model Context Speed Free Quota
LongCat Flash Lite 320K Fastest 50M tokens/day
LongCat Flash Chat 256K Fast 500K tokens/day
LongCat Flash Thinking 256K Medium 500K tokens/day

Environment Variables (optional)

Set LONGCAT_API_KEY as a Space Secret to pre-configure the API key for all users.

Architecture

User Message
    β”‚
    β–Ό
Main Orchestrator Agent (analyzes task, plans execution)
    β”‚
    β”œβ”€β”€ Creates Sub-Agent 1 with custom tools
    β”œβ”€β”€ Creates Sub-Agent 2 with custom tools
    └── Creates Sub-Agent N with custom tools
         β”‚
         β–Ό
    Each agent executes its task
         β”‚
         β–Ό
    Orchestrator synthesizes β†’ Final response to user