-
Notifications
You must be signed in to change notification settings - Fork 19
Add agentic task log demo with reusable treebark templates #145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Draft
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
d238f26
Initial plan
Copilot 5047128
Add agentic task log demo with chat bubbles and execution phases
Copilot 23dbc8c
Fix chat bubble styling: user bubbles now blue and right-aligned
Copilot 9222ce3
Add chart visualizations to show analysis results
Copilot af9d770
Change charts to show agent execution metrics instead of business data
Copilot 982fe7f
Implement reusable treebark templates with templateId head syntax
Copilot 23f283e
Fix template resolution logic per code review
Copilot e7e0ba3
Update schema source to support reusable treebark templates
Copilot e3d7cb6
Simplify treebark templates: remove head syntax, use templateId property
Copilot c2d7c1a
Use templateId property to explicitly control SET vs GET behavior
Copilot 751728b
Fix: string template without templateId is treated as inline, not lookup
Copilot ea8a6b4
Fix comment: reference template example should use templateId
Copilot f5b04c7
Fix validation: allow templateId without template for GET pattern
Copilot 7609d7e
Remove treebarkTemplates from resources - not needed for bookkeeping
Copilot 71835aa
Use TemplateElement type instead of object for template values
Copilot da23414
Remove usage examples from treebark plugin comment
Copilot 6a30976
Revert schema change: template should be optional TemplateElement
Copilot cd0ed4c
Remove treebarkTemplates from demo, use templateId SET/GET pattern
Copilot 5c3897c
Replace templateId with explicit setTemplate/getTemplate properties
Copilot e3a0d3d
Use reusable templates for execution logs and replace variables with ...
Copilot dde4540
Fix schema validation: use dataSourceName/content and variableId
Copilot 7e94893
Wrap execution log content in arrays as required by schema
Copilot 16ecc87
Use Vega formula transform to add phase field instead of nesting data
Copilot 075e4e9
Consolidate execution logs into single phases array data source
Copilot e3cacf9
Update compiler validation for treebark setTemplate/getTemplate
Copilot 1f072e6
Fix validation logic order and improve error message clarity
Copilot 2299b47
Relax validation: reorder checks to show clearer error messages for t...
Copilot 583e076
Add reusable template example to treebark primer document
Copilot f34bb14
Add setTemplate and getTemplate to compiler markdown output
Copilot 1f3d7c2
Fix execution phases: use flat arrays and add phase headers to markdown
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.