Enrich examples with real datasets and new tools#580
Merged
Conversation
- book_catalog: expand seed data, add BISAC codes reference, improve search/validate tools, update staging data and prompt - product_listing: add normalize_product tool+schema, expand staging data, update config with multi-action pipeline, rewrite README - review_analyzer: add normalize_review tool+schema, expand staging data, update config and prompt - Remove .env.example files (secrets handled via .env) - Update .gitignore to exclude runtime artefacts (store/, logs/, artefact/, docs/) from examples
- Add `agac example list` and `agac example install` as top-level commands so users don't need to know about `agac init` subcommands - Copy shared .env.example into installed examples so users know what API keys to configure - Expand _COPY_IGNORE_PATTERNS to exclude runtime artefacts (store/, artefact/, logs/, *.db-shm, *.db-wal) - Narrow .gitignore: remove blanket examples/*/docs/ exclusion that was blocking docs/flow.png from being tracked - Add tests for all new behavior (24/24 pass)
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
normalize_producttool + schema, expanded staging data with real products, updated config for multi-action pipeline, rewrote READMEnormalize_reviewtool + schema, expanded staging data with real reviews, updated config and prompt.env.examplefiles (secrets handled via.env).gitignoreto exclude runtime artefacts (store/,logs/,artefact/,docs/) from examplesVerification
.gitignore