Strategos
Strategos
Section titled “Strategos”Deterministic AI Agent Workflows. A fluent DSL for building auditable, reproducible AI agent workflows in .NET.
What you get
Section titled “What you get”- Deterministic execution — every workflow run produces identical results given the same inputs. No hidden state, no surprises.
- Full auditability — complete execution traces with step-by-step logs, timing data, and decision points for compliance and debugging.
- Compile-time safety — source generators validate workflow structure at build time. Catch errors before they reach production.
- Agent-native design — built from the ground up for AI agents with first-class support for LLMs, RAG, and tool orchestration.
See it in action
Section titled “See it in action”Real-world sample applications demonstrating core capabilities:
- Content Pipeline — Draft, Review, Approve, Publish. Human-in-loop + compensation.
- Multi-Model Router — Intelligent LLM selection that learns. Thompson sampling.
- Agentic Coder — Plan, Code, Test, Iterate. Loops + checkpoints.