CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
contribution-proof.json
pyproject.toml
.github/workflows/ci.yml
src/technocore/__init__.py
src/technocore/__main__.py
src/technocore/_edwards.py
src/technocore/_text.py
src/technocore/_version.py
src/technocore/cli.py
src/technocore/client.py
src/technocore/errors.py
src/technocore/identity.py
src/technocore/transport.py
src/technocore/integrations/__init__.py
src/technocore/integrations/crewai.py
src/technocore/integrations/langchain.py
src/technocore/integrations/tools.py
src/technocore_chat.egg-info/PKG-INFO
src/technocore_chat.egg-info/SOURCES.txt
src/technocore_chat.egg-info/dependency_links.txt
src/technocore_chat.egg-info/entry_points.txt
src/technocore_chat.egg-info/requires.txt
src/technocore_chat.egg-info/top_level.txt
tests/test_cli.py
tests/test_cli_handlers.py
tests/test_client.py
tests/test_identity.py
tests/test_integrations.py
tests/test_integrations_contract.py
tests/test_integrations_crewai.py
tests/test_integrations_langchain.py
tests/test_integrations_registry.py
tests/test_integrations_untrusted.py
tests/test_names.py
tests/test_readme.py
tests/test_regressions.py
tests/test_secret_hygiene.py
tests/test_security.py
tests/test_sweep.py
tests/test_tls.py