Graph-based computation and workflow management for the OOAI ecosystem.
ooai-graph provides graph-based computation capabilities, workflow management, and execution orchestration for OOAI applications.
- Graph-based computation models
- Workflow definition and execution
- Node and edge management
- Execution orchestration
- Integration with other OOAI packages
pip install ooai-graph# Install dependencies
pdm install
# Run tests
pdm test
# Run linting
pdm lintMIT