Codomyrmex Agents — src/codomyrmex/networks
Version: v0.1.0 | Status: Active | Last Updated: March 2026
Purpose
Network models and graph-based computation frameworks.
Active Components
API_SPECIFICATION.md– API reference — public functions, classes, parameters, and return typesMCP_TOOL_SPECIFICATION.md– MCP tool definitions — schemas, parameters, and invocation patternsPAI.md– Public API Interface — integration patterns and usage guidelinesREADME.md– Module overview — quick start, features, and usage examplesSPEC.md– Module specification — design, purpose, interfaces, and architecture__init__.py– Python package entry point — exports and initializationcore.py– Core implementationgraph.py– Graph implementationmcp_tools.py– MCP tool implementations — tool handlers and schemaspy.typed– PEP 561 marker for typed package
Operating Contracts
- Maintain alignment between code, documentation, and configured workflows.
- Ensure Model Context Protocol interfaces remain available for sibling agents.
- Record outcomes in shared telemetry and update TODO queues when necessary.
Key Files
AGENTS.md- Agent coordination and navigationREADME.md- Directory overviewAPI_SPECIFICATION.mdMCP_TOOL_SPECIFICATION.mdPAI.mdREADME.mdSPEC.md__init__.pycore.pygraph.pymcp_tools.pypy.typed
Dependencies
- Inherits dependencies from the parent module. See
pyproject.tomlorpackage.jsonfor global dependencies.
Development Guidelines
- Follow the universal agent protocols defined in the root
AGENTS.md. - Adhere to the Python PEP 8 style guide and project-specific linting rules.
- Ensure all new features are accompanied by corresponding tests (zero-mock policy).
Navigation Links
- 📁 Parent Directory: codomyrmex - Parent directory documentation
- 🏠 Project Root: ../../../README.md - Main project documentation