#[0.1.0] - 2025-10-30
#Added
#Core Framework
- Initial beta release of Daita AI agent framework
- Substrate agent architecture for flexible AI workflows
- Multi-step workflow orchestration
- Plugin system for database, API, and messaging integrations
- Remote execution on AWS Lambda with managed infrastructure
#CLI Tools
daita init - Initialize new projects
daita create - Create agents and workflows from templates
daita test - Local testing and debugging
daita push - Deploy to Daita-managed cloud (production/staging)
daita status - View deployment status and health
daita logs - Stream execution logs with filtering
daita webhook - Manage webhook endpoints
#Integrations & Plugins
- Database Plugins: PostgreSQL, MySQL, MongoDB
- API Plugins: REST API client, AWS S3, Slack
- Search & Messaging: Elasticsearch, Redis
- LLM Providers: OpenAI, Anthropic Claude, Google Gemini
#Deployment Features
- Webhook support for event-driven execution
- Field mapping for webhook payload transformation
- Environment-specific configurations (staging, production)
- Automatic Lambda layer optimization
- Package size reduction through framework layers
- EventBridge scheduling for recurring tasks
- Timezone-aware cron job execution
#Configuration
- YAML-based project configuration (
daita-project.yaml)
- Agent-level retry policies with exponential backoff
- Environment variable management via
.env
- Authentication configuration for LLM providers
#Observability
- Execution logging and error tracking
- Tracing for multi-step workflows
- Deployment status monitoring
- CloudWatch integration for logs