13 lines
582 B
Markdown
13 lines
582 B
Markdown
# 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 -q` and packaging check with `python3 -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
|