Tag: agents
All the articles with the tag "agents".
Flue Under the Hood: Why This Agent Harness Holds
Published: at 10:00 AMA source-level tour of Flue through domain-driven design and twelve-factor architecture: the language, boundaries, and runtime constructs behind the TypeScript agent harness framework.
Manager / Coordinator / Agent: A Multi-Agent Topology That Survives Real Workloads
Published: at 10:00 AMMost multi-agent demos collapse on contact with non-trivial tasks. The Manager / Coordinator / Agent topology is what I keep reaching for when I want a multi-agent system that does not deadlock, drift, or hallucinate its way into nonsense. Here is what each layer does, and where the pattern breaks.
Production Agents: From Demo to Deployment
Published: at 10:00 AMA 9-part series on what breaks when agents hit production. Idempotency, state persistence, cost control, observability, durable execution, security, and evaluation. The stuff tutorials skip.