v0.3 February 1, 2025
v0.3 — Bot Capabilities Enhancement
Added
- Bot Memory System: Partition-scoped long-term memory with LLM-based extraction
- Workflow Orchestration: Visual DAG workflow editor with parallel execution, conditional branching, variable pipes, event/schedule triggers
- Prompt Management: Three-layer prompt resolution (Bot > Workspace > Default)
- Docker Sandbox: Isolated container execution with image and command scope controls
- Conversation Persistence: Auto-persist and compress chat history across sessions
- Event/Schedule System: Cron-based scheduling with event-driven triggers
Changed
- Improved session handling with LLM-powered summarization
- Enhanced Bot-as-Runner delegation with permission constraints
- Gateway message routing strategy improvements
Fixed
- Workflow security fixes for parallel execution
- Session persistence edge cases
- Memory extraction accuracy improvements