Implement daily State Hub WSJF triage
This commit is contained in:
parent
c0a3fb6543
commit
45d296b236
4 changed files with 390 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ about it with an LLM, and executes bounded write operations.
|
|||
agent.py CLI entry point + OODA orchestrator
|
||||
context.py Observe: fetch state-hub data + build LLM context prompt
|
||||
actions.py Act: execute sanctioned write operations
|
||||
prompts/ System prompt templates (future)
|
||||
prompts/ System prompt templates and recurring review prompts
|
||||
policies/ Agent-level policies (future)
|
||||
tool_adapters/ Additional MCP/API tool adapters (future)
|
||||
tests/ Unit tests (offline, no live API required)
|
||||
|
|
@ -90,6 +90,12 @@ The agent prints a trace to stdout:
|
|||
|
||||
The LLM's reasoning trace is saved to `memory/working/agent-session-{ts}-{scope}.md`.
|
||||
|
||||
Recurring review prompts:
|
||||
|
||||
- `prompts/daily_statehub_wsgi_triage.md` - daily State Hub WSJF triage used by
|
||||
the `daily-state-hub-wsjf-triage` automation and the activity-core handoff
|
||||
definition in `../activity-definitions/`.
|
||||
|
||||
## Tests
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue