ai-coding-agents-observability-evals
FeaturedDesigns observability and eval systems for coding agents. Use when implementing traces, replay, regression suites, tool-call grading, or cost accounting for agent runtimes.
AI & Automation 80 stars
17 forks Updated 1 weeks ago MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# AI Coding Agents Observability And Evals
Use this skill to design or review the feedback loop around a coding-agent runtime: traces, replayable transcripts, eval packs, regression gates, tool-call grading, latency and cost accounting, and production failure triage.
This skill covers how you operate a coding-agent product after the core runtime exists. It does not replace the runtime skills themselves.
## ASCII Flow
```text
agent session
|
v
trace events
prompts + model turns + tool calls + permissions + file diffs + costs
|
v
replayable transcript
stable IDs + redaction + source/runtime correlation
|
v
eval pack
golden tasks + graders + regression gates + cost/latency budgets
|
v
release decision
pass | investigate | rollback | update eval coverage
```
## Quick Reference
| Question | Read | Outcome |
|----------|------|---------|
| What should the trace and telemetry model include? | [`references/trace-and-telemetry-model.md`](references/trace-and-telemetry-model.md) | Durable trace schema, session correlation, event stages, and replay boundaries |
| How should evals, regressions, and cost controls work? | [`references/evals-regression-and-cost-ops.md`](references/evals-regression-and-cost-ops.md) | Golden tasks, scorecards, failure grading, and cost-aware release gates |
| How do I use the eval/trace substrate to improve the harness itself? | [`references/harness-self-evolution.md`](references/harness-self-evolution.md) | Closed-loop harness e...
Details
- Author
- vasilyu1983
- Repository
- vasilyu1983/AI-Agents-public
- Created
- 9 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
ai-evals
Designs trustworthy LLM/agent evals and optimization loops. Use when building graders, calibrating judges, choosing eval/fine-tune methods, thresholds, or fixing noisy scores.
80 Updated 1 weeks ago
vasilyu1983 AI & Automation Listed
evaluating-skills
Use when testing whether a new skill improves agent behavior, or when validating a change to an existing skill's language.
2 Updated 6 days ago
slowdini AI & Automation Featured
ai-coding-agents-tools
Designs tool runtimes for coding agents. Use when modeling tool registries, deferred loading, permission-aware execution, tool search, or remote tool rendering.
80 Updated 1 weeks ago
vasilyu1983