Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
PraisonAI TypeScript CLI
Thepraisonai-ts CLI provides a comprehensive interface for interacting with AI agents.
Installation
All Commands
| Command | Description |
|---|---|
chat | Chat with an AI agent |
run | Run an agent with a task |
workflow | Execute a multi-agent workflow |
auto | Auto-generate agents from topic |
research | Deep research on a topic |
image | Image generation and analysis |
providers | List available LLM providers |
tools | List or manage tools |
memory | Manage agent memory |
session | Manage agent sessions |
knowledge | Manage knowledge base |
skills | Manage agent skills |
guardrail | Content validation and safety |
eval | Evaluate agent performance |
query-rewrite | Rewrite queries for better search |
prompt-expand | Expand prompts with more detail |
router | Route requests to agents |
context | Manage conversation context |
planning | Task planning and todo management |
telemetry | Usage monitoring and analytics |
vector | Vector store management |
observability | Monitoring and tracing |
voice | Text-to-speech and speech-to-text |
db | Database adapter management |
cache | Caching management |
version | Show CLI version |
help | Show help information |
Core Commands
Chat
Providers
Global Options
| Option | Description |
|---|---|
-v, --verbose | Enable verbose output |
-c, --config | Path to config file |
-o, --output | Output format (pretty, json, text) |
--json | Shorthand for --output json |
Environment Variables
CLI Documentation Pages
Each command has dedicated documentation:- Tools CLI
- Providers CLI
- Sessions CLI
- Memory CLI
- Knowledge Base CLI
- Skills CLI
- Guardrails CLI
- Evaluation CLI
- Query Rewriter CLI
- Prompt Expander CLI
- Router Agent CLI
- Image Agent CLI
- Deep Research CLI
- AutoAgents CLI
- Workflows CLI
- Planning CLI
- Telemetry CLI
- Observability CLI
- Database CLI
- Cache CLI
- Voice CLI
- Chunking CLI
- LLM Guardrail CLI

