Open-source AI agents, trust-scored with autonomy and sandbox awareness. 29 agents available.
Showing 25–29 of 29 results
Agent Review We built a router. * Our chat model will decide to make a tool call or not based upon the user input * We use a conditional edge to route to a node
Page 2 of 2 (29 agents)
Chain Review We built a simple graph with nodes, normal edges, and conditional edges. Goals Now, let's build up to a simple chain that combines 4 concepts. * Us
Multiple Schemas Review We just covered state schema and reducers. Typically, all graph nodes communicate with a single schema. Also, this single schema contain
The Simplest Graph Let's build a simple graph with 3 nodes and one conditional edge.
Agent memory Review Previously, we built an agent that can: * act - let the model call specific tools * observe - pass the tool output back to the model * reaso