Search
Search docs, blog posts, and ecosystem packages with citations.
Enter a query to see grounded citations.
A Jido agent that tracks listing demand with boost/cool/decay actions. Demonstrates Directives — the agent's mechanism for requesting side effects like emitting domain events (Emit) and scheduling future signals (Schedule).
%Jido.Agent{
id: "demand-demo-165282",
name: "demand_tracker",
description: "Tracks listing demand with scheduled maintenance",
vsn: nil,
category: nil,
agent_module: AgentJido.Demos.DemandTrackerAgent,
state: %{
demand: 50,
listing_id: "demo-listing",
last_updated_at: nil,
ticks: 0
},
schema: #Zoi.map<
coerce: false,
unrecognized_keys: :strip,
fields: ["%{" | "}"]
>,
tags: []
}