Structs§
- Agent
Loop Log - Log entry for a single loop iteration.
- Agent
Loop Manager - Manages multiple agent loops (one per agent_id).
- Loop
Config - Persisted configuration for an agent loop (restored on app restart).
- Loop
Status - Externally visible status of an agent loop.
- Wallet
Context - Signing context required for live order execution on Hyperliquid L1.
Enums§
- Loop
State - Status of a single agent loop.
Functions§
- init_
history_ store - Initialise the global agent-history SQLite store.
- load_
all_ loop_ configs - Load all persisted loop configs.
- parse_
composer_ profile - Parse a composer profile string into a
ComposerProfileenum. - query_
history - Query the global history store. Returns an empty vec if not initialised.
- set_
thinking_ event_ emitter - write_
log_ entry - Append a log entry to the agent’s JSONL log file and persist to SQLite.