Files
agent-template/docs/system-architecture.md
Admin_IT-one d406da1312
Deploy / validate-image (push) Successful in 45s
Eval Gate / evaluate (push) Failing after 1m42s
Add IT-One AI agent template, eval gate, and deployment skeleton
2026-08-21 12:14:55 +02:00

480 B

System architecture

flowchart LR
  Input[User request] --> Core[Agent graph]
  Core --> Prompt[Versioned prompts]
  Core --> Tools[External tools]
  Core --> Memory[Memory / RAG]
  Core --> Output[Validated response]
  Evals[Offline evals] --> Gate[PR quality gate]
  Gate --> Core

The core must keep orchestration deterministic enough to test. Tools should have explicit schemas and timeouts. Memory adapters must make retention and deletion behavior visible.