LICENSE
MANIFEST.in
README.md
pyproject.toml
dashboard/index.html
humanroot/__init__.py
humanroot/chain.py
humanroot/cli.py
humanroot/crypto.py
humanroot/delegate.py
humanroot/models.py
humanroot.egg-info/PKG-INFO
humanroot.egg-info/SOURCES.txt
humanroot.egg-info/dependency_links.txt
humanroot.egg-info/entry_points.txt
humanroot.egg-info/requires.txt
humanroot.egg-info/top_level.txt
integrations/__init__.py
integrations/anthropic_claude.py
integrations/base.py
integrations/crewai.py
integrations/langchain.py
integrations/openai_chat.py
server/__init__.py
server/app.py
server/db.py
server/revocation.py
server/schemas.py
spec/DRC-SPEC-0.1.md
tests/test_chain.py
tests/test_crypto.py
tests/test_integrations.py
tests/test_models.py