Skip to content

SimpleAgentsEvery agentic SaaS is a config

Define your entire AI product as a YAML workflow. Run it in Python or TypeScript. Ship today.

The Idea

Every agentic SaaS -- email classifiers, document processors, intake systems, interview bots, support agents -- is fundamentally the same thing: an LLM workflow with structured outputs and deterministic routing.

SimpleAgents lets you define that workflow as a YAML config and run it with a single command. No framework to learn. No abstractions to fight. Just a graph of nodes and edges.

Choose Your Path

Use It When

  • You want structured LLM workflows with deterministic routing
  • You want one YAML config that runs in Python or TypeScript
  • You want custom worker steps and tracing without building a framework around it

If you only need one prompt call and no workflow, start with the language bindings first.

Released under the Apache-2.0 License.