Skip to content

Strategos

Deterministic AI Agent Workflows. A fluent DSL for building auditable, reproducible AI agent workflows in .NET.

Get Started · Why Agentic?

  • 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.

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.

View all samples