Skip to main content
The PraisonAI monorepo includes sibling packages praisonai-agents, praisonai-code, and praisonai. See praisonai-code Migration for how the agentic terminal CLI is being extracted (C0–C6).

Logging

Advanced logging:

Local Docker Development with Live Reload

To facilitate local development with live reload, you can use Docker. Follow the steps below:

1. Create Dockerfile.dev

2. Create docker-compose.yml

3. Run Docker Compose

This setup will allow you to develop locally with live reload, making it easier to test and iterate on your code.