Skip to content

Enhance public showcase for multi-agent lab#1

Merged
qian-le merged 6 commits into
mainfrom
enhance-public-showcase
Apr 29, 2026
Merged

Enhance public showcase for multi-agent lab#1
qian-le merged 6 commits into
mainfrom
enhance-public-showcase

Conversation

@qian-le
Copy link
Copy Markdown
Owner

@qian-le qian-le commented Apr 29, 2026

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.

le 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
@qian-le qian-le merged commit 623c6dd into main Apr 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant