wearebrain Launches Sinas: Open-Source Agentic Orchestration Platform
Key Takeaways
- ▸Open-source platform (AGPL v3) for building AI applications with agents, serverless functions, database queries, state management, and file templates all behind a unified API
- ▸Multi-provider LLM support including OpenAI, Anthropic, Mistral, and Ollama with agent-to-agent orchestration via async queues
- ▸Self-hosted deployment with Docker Compose and includes built-in authentication, role-based access control, webhooks, and comprehensive logging
Summary
wearebrain has announced Sinas, an open-source agentic orchestration platform designed to simplify building AI-powered applications without managing underlying infrastructure. Available under AGPL v3 and deployable via Docker Compose, Sinas integrates six core subsystems: multi-provider LLM agents with tool calling and streaming, serverless Python functions in isolated containers, SQL query templates for external databases, knowledge bases for reusable instructions, persistent state management with namespacing, and file handling with Jinja2 templating. The platform supports OpenAI, Anthropic, Mistral, and Ollama as LLM providers and includes advanced features like agent-to-agent orchestration, role-based access control, webhooks, cron scheduling, and comprehensive API logging to ClickHouse.
- Six integrated subsystems: agents, Python functions, SQL templates, knowledge bases, state storage, and file/template management



