Enhance public showcase for multi-agent lab#1
Merged
Conversation
added 6 commits
April 29, 2026 13:36
…smoke test - Add multi_agent/ as public-clean skeleton (paths normalized to multi_agent/) - Add templates/env.example and templates/.multi-agent/config.yaml.example - Rewrite tests/smoke_public.sh with 12 checks (incl. secret scan) - Update .gitignore to cover multi_agent/logs/, workspace/, .env, and private dirs - Rewrite README.md with new structure, safety model, and setup instructions - Path references updated across docs/, examples/, multi_agent/ - No real API keys, tokens, secrets, or private paths committed
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
This PR upgrades Multi Agent Lab from a minimal public skeleton into a clearer open-source showcase for a local multi-agent workflow system.
What changed
Rewrote the root README.md with project scope, architecture diagram, safety model, quick start, model integration roadmap, and project roadmap
Added LICENSE with MIT license
Added CONTRIBUTING.md with safety-first contribution rules
Added ROADMAP.md with near/mid/long-term development plans
Added SECURITY.md with local usage boundaries and secret-handling policy
Added documentation under docs/
docs/architecture.md
docs/workflows.md
docs/security.md
docs/model-integration-roadmap.md
Added sanitized workflow examples under examples/
Added tests/smoke_public.sh
Added GitHub Actions workflow .github/workflows/public-smoke.yml
Added README CI badge and Mermaid architecture diagram
Generalized the model integration documentation so MiMo-V2.5-Pro appears naturally as a planned long-context model candidate, not as an application-only document
Validation
Public smoke test passes
Bash syntax checks pass
Python compile checks pass
Runtime logs and private memory folders are not tracked
No secrets, tokens, keys, private runtime directories, or generated workspace files are included
MiMo-V2.5-Pro integration is documented as planned usage, not falsely claimed as already implemented
Notes
This repository is a local multi-agent workflow skeleton, not a production-hosted agent service.