yaitio

5 mods across 1 repository, 11 stars between them.

agent-as-chain-step

01

yaitio/aichain

Agent

An Agent can run standalone — agent.run(task="…") — or sit inside a Chain as one step among many. Embedding it inside a Chain is the recommended pattern whenever you want the agent's output to flow into deterministic downstream work (formatting, translation, rendering, saving to disk).

11 7d ago A 0 tokens

configuration

02

yaitio/aichain

Agent

Every knob that shapes how an Agent plans, acts, and spends its budget.

11 7d ago A 0 tokens

memory

03

yaitio/aichain

Agent

Every Agent has a shared key-value store — agent.memory — that every step reads from and writes to. It's the agent's scratchpad: seed data goes in, step outputs accumulate, and the full state is included in every orchestrator prompt so the planner always has complete context.

11 7d ago A 0 tokens

observability

04

yaitio/aichain

Agent

Agent "observability" from yaitio/aichain, covering observability & control (the step boundary), logging, hooks & events, convenience bases and event fields.

11 7d ago A 0 tokens

overview

05

yaitio/aichain

Agent

An Agent is a conversation that can act. You give it a task; it is asked what to do, the world answers, the answer is appended, and the loop goes round until it replies without asking for anything more. Use it when the sequence of steps is not known upfront. For a fixed pipeline, use a Chain — it spends no model call…

11 7d ago A 0 tokens