Skip to content

Commit 21c881f

Browse files
committed
chore: add ahtml evaluation assets, templates, rubric and test cases
Add new static assets for agent-html UI, plus full evaluation suite for ahtml skill including: - results template for student run records - official grading rubric - skill evaluation criteria document - complete evals.json with 4 evaluation layers and scenarios
1 parent 68e3ecc commit 21c881f

137 files changed

Lines changed: 393 additions & 19491 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/skills/agent-html/references/examples.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Use the closest valid fixture before inventing new structure.
1818
- `minimal-page.xml`
1919
- `section-width.xml`
2020
- `text-basic.xml`
21+
- `timeline-basic.xml`
2122

2223
## Invalid Patterns
2324

@@ -35,5 +36,9 @@ Use the closest valid fixture before inventing new structure.
3536
- `missing-tabs-trigger-value.xml`
3637
- `section-invalid-width.xml`
3738
- `text-with-child.xml`
39+
- `timeline-invalid-status.xml`
40+
- `timeline-item-missing-title.xml`
41+
- `timeline-missing-item.xml`
42+
- `timeline-unknown-icon.xml`
3843
- `unknown-icon-name.xml`
3944
- `unknown-tag.xml`

.agents/skills/agent-html/references/grammar.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@
8282
- `TabsTrigger:value=string, disabled?="true|false" -> Text, Icon?`
8383
- `TabsContent:value=string -> Layout | UI | Text`
8484

85+
- `Timeline -> TimelineItem+`
86+
- `TimelineItem:icon?=string, status?="default|complete|current|muted", meta?=string -> TimelineTitle, TimelineDescription?, TimelineContent?`
87+
- `TimelineTitle -> Text`
88+
- `TimelineDescription -> Text`
89+
- `TimelineContent -> Layout | UI | Text`
90+
8591
- `Chart:type="area|bar" -> ChartSeries+, ChartTooltip?`
8692
- `ChartSeries:key=string, label?=string`
8793
- `ChartTooltip:hideLabel?="true|false" -> none`

apps/agent-html-app/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)