Show cloud spend graphs from chat and /billing #549
Labels
No labels
area:chat
area:core
area:llm
area:routes
area:tools
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sleepy/odysseus#549
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Users should be able to ask Odysseus for a spending graph, but relying on normal model tool selection can be unreliable for deterministic app data. The model may pick the wrong tool or invent a sample graph instead of showing real billing data.
Proposed
billing-chartmarkdown renderer./billingslash command.direct_toolintent path instead of the LLM agent loop.Related
Implemented by PR #518.