docs: Advanced AI Agent Framework with auto-persistence, multi-agent coordination, and rich tool ecosystem. https://tinyurl.com/haive-central
# Install with Poetry
poetry install
# Install with development tools
poetry install --with dev
# Run tests
poetry run pytest
# Build documentation
poetry run pydevelop-docs buildpackages/- Core framework packagestools/- Development and CLI toolsdocs/- Documentationexamples/- Usage examples
haive-cli- Command-line interfacehaive-dev- Development utilitieshaive-testing- Testing infrastructurepydevelop-docs- Documentation generator
- haive-core: Enhanced documentation with Furo theme, sphinx-design cards, and interactive navigation
- Build:
cd packages/haive-core && poetry run sphinx-build -b html docs/source docs/build - View: Open
packages/haive-core/docs/build/html/index.htmlin your browser - Features: Purple/violet color scheme, emojis, tooltips, and 36+ Sphinx extensions
- Build:
Build all documentation:
poetry run pydevelop-docs buildView at /docs/build/html/index.html after building.
MIT License - see LICENSE file for details.