I have evaluated various agentic frameworks like Pydantic AI (for its strict typing and reliability) and LangChain/LangGraph (for the ecosystem depth). I have also looked at automation tools like n8n and Make.
I chose Timbal because the alternatives often force a choice between "pure code" (which requires building your own monitoring, tracing, and governance from scratch) or "no-code tools" (which are difficult to version control, audit, and integrate into enterprise CI/CD pipelines). Timbal provides the governance and observability layer of a professional platform while keeping the "source of truth" in code. It allows me to build complex Telegram bots and high-load backend agents without spending 40% of my time on infrastructure plumbing.
Timbal AI
Makimum, this might be the most precise description of Timbal anyone outside the team has written. "Governance and observability of a professional platform while keeping the source of truth in code" is exactly the position we're fighting for, and the fact that you arrived there after evaluating Pydantic AI, LangGraph, n8n and Make makes it mean even more.
Also glad ACE landed the way it did. Solving consistency at the infrastructure level instead of the prompt level was a deliberate architectural bet, and hearing a developer call it out as the killer feature validates a lot of hard decisions.
On your improvement points, all three are fair and all three are on our radar:
Connector breadth: growing fast, and in the meantime Composer can generate custom connectors for anything with an API, which covers a lot of the long tail while the native library catches up.
Deep-dive docs for complex async orchestration and high-load setups: agreed, this is where our docs are thinnest. It's exactly the kind of content we want to build from real production cases like yours, so if you're up for it, I'd love to hear more about your high-load agent setup.
Docker Compose is actually natively supported thanks to our Timbal CLI. Docs reference here: https://docs.timbal.ai/quickstart
Thanks for taking the time to write something this thorough. Reviews like this shape the roadmap more than you'd think.