582 B
582 B
MercuryMesh Agents
- Architecture: Lightweight, modular MVP focused on canonical primitives, federated coordination, and deterministic replay.
- Tech stack: Python 3.8+ (dataclasses), minimal dependencies; tests with pytest.
- Testing commands:
pytest -qand packaging check withpython3 -m build. - Rules:
- Run tests locally; ensure all tests pass before publishing.
- File responsibilities:
- core.py: core data models and federated coordinator logic
- init.py: public API export
- tests/: unit tests validating core components
- README.md: project overview and usage