Add project seed templates for MiniMax-M2#61
Open
serifkerem-CO wants to merge 5 commits intoMiniMax-AI:mainfrom
Open
Add project seed templates for MiniMax-M2#61serifkerem-CO wants to merge 5 commits intoMiniMax-AI:mainfrom
serifkerem-CO wants to merge 5 commits intoMiniMax-AI:mainfrom
Conversation
Add comprehensive starter templates to help developers quickly get started with MiniMax-M2: - basic-api: Simple API interaction examples - tool-calling-agent: Agent with function calling capabilities - coding-assistant: Code analysis, generation and review - streaming-chat: Real-time streaming chat interface - batch-processing: Efficient multi-prompt processing Each template includes main.py, requirements.txt, and README.md with documentation and usage examples.
New templates added: - rag-system: RAG (Retrieval Augmented Generation) with ChromaDB - fastapi-server: Production-ready REST API server with Docker - langchain-integration: LangChain framework integration examples - discord-bot: Discord bot with slash commands and chat - evaluation: Model benchmarking and evaluation tools Updated main templates README with bilingual (TR/EN) documentation and descriptions for all 10 templates.
New templates: - gradio-ui: Interactive web UI with tabs for chat, code, translate - telegram-bot: Telegram bot with inline mode and commands - cli-tool: Full-featured CLI with click, pipe support - multi-agent: Coordinator + 5 specialist agents system - document-summarizer: Hierarchical summarization for long docs - translation-service: 12 language translation with quality check - jupyter-notebooks: Interactive learning notebooks Updated main README with categorized template listing. Total: 17 project templates covering various use cases from basic API to advanced multi-agent systems.
New templates: - slack-bot: Slack bot with slash commands and mentions - email-assistant: AI-powered email analysis and composition - voice-assistant: Speech-to-text and text-to-speech assistant - web-scraper: AI-powered web scraping with data extraction - data-pipeline: ETL pipeline with AI transformations
New developer tools templates: - code-reviewer: AI-powered code review and security scanning - sql-assistant: Natural language to SQL conversion - test-generator: Automatic unit test generation - log-analyzer: Log analysis and anomaly detection - api-docs-generator: OpenAPI/Swagger documentation generation
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.
Add comprehensive starter templates to help developers quickly get started with MiniMax-M2:
Each template includes main.py, requirements.txt, and README.md with documentation and usage examples.