mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
Build a complete user-facing documentation site (MkDocs Material) under docs/, served at roboco.dev/docs via a new gh-pages deploy workflow. - Sections: Get Started, The Company, the Tour, Operating the Panel, Choosing & Running Models, Cost & Observability, Optional Subsystems, Configure & Deploy, API Reference, Troubleshooting & Security (55 pages). - mkdocs.yml (Material theme; excludes the agent-facing rag/ corpus, internal scratch, and orphaned stub trees) and .github/workflows/docs.yml (mkdocs gh-deploy to gh-pages). - Retire the stale root usage.md and deployment.md to redirect stubs into the site. - Fix the docs tooling: add the pymarkdownlnt dependency + .pymarkdown.json, run serve-docs/lint-docs/fix-docs under the docs extra, add a build-docs strict gate. - Fix the roboco console-script entry point (cli, not the un-awaited async main). - README: correct the project-structure tree (optimal.py, alembic) and link the docs site.
20 lines
590 B
Markdown
20 lines
590 B
Markdown
# Cost & Observability
|
|
|
|
RoboCo measures what the company spends and how it's performing, and shows both in the panel. This section explains the cost model and the operational signals.
|
|
|
|
<div class="grid cards" markdown>
|
|
|
|
- **[Cost & usage](cost-and-usage.md)**
|
|
|
|
---
|
|
|
|
How token spend is measured, the Token Usage & Cost dashboard, provider-aware pricing (local is $0 by design), and the cost caps.
|
|
|
|
- **[Health & metrics](health-and-metrics.md)**
|
|
|
|
---
|
|
|
|
The health and readiness probes, and the delivery-performance metrics — velocity, blockers, and team health.
|
|
|
|
</div>
|