Add UI type and archived tags to recipe metadata#73
Merged
Conversation
- Add 'gui' tag to web-based UI recipes (Gradio, Next.js, etc.) - Add 'tui' tag to terminal UI recipes (Rich library) - Add 'no-ui' tag to command-line only recipes This helps categorize recipes by their interface type for better discoverability. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Mark older recipes that have been moved or superseded with the 'archived' tag to distinguish them from actively maintained recipes. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Use pixi feature environments to isolate dependency conflicts between modular package (protobuf >=6.31.1) and e2b-code-interpreter (protobuf <6.0.0). Create separate environments: - server environment: Uses modular package for MAX Serve - agent environment: Uses e2b-code-interpreter for code execution This allows both components to work without dependency conflicts by running in isolated pixi environments. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
8b0e6e0 to
2f861c8
Compare
Use pixi feature environments to isolate autogen dependencies from modular package, resolving protobuf version conflicts: - server environment: Uses modular package for MAX Serve - agent environment: Uses autogen-agentchat and autogen-ext packages This allows both MAX server and autogen agents to work without dependency conflicts by running in separate pixi environments. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
hogepodge
approved these changes
Jul 29, 2025
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
gui,tui,cli) to active recipes to categorize them by interface typearchivedtag to legacy recipes that have been moved or supersededChanges
This improves recipe discoverability and helps distinguish between active and legacy content.
Test plan
🤖 Generated with Claude Code