LICENSE
README.md
pyproject.toml
src/hydradb_cli/__init__.py
src/hydradb_cli/client.py
src/hydradb_cli/config.py
src/hydradb_cli/main.py
src/hydradb_cli/output.py
src/hydradb_cli.egg-info/PKG-INFO
src/hydradb_cli.egg-info/SOURCES.txt
src/hydradb_cli.egg-info/dependency_links.txt
src/hydradb_cli.egg-info/entry_points.txt
src/hydradb_cli.egg-info/requires.txt
src/hydradb_cli.egg-info/top_level.txt
src/hydradb_cli/commands/__init__.py
src/hydradb_cli/commands/auth.py
src/hydradb_cli/commands/config_cmd.py
src/hydradb_cli/commands/fetch.py
src/hydradb_cli/commands/knowledge.py
src/hydradb_cli/commands/memories.py
src/hydradb_cli/commands/recall.py
src/hydradb_cli/commands/tenant.py
src/hydradb_cli/utils/__init__.py
src/hydradb_cli/utils/common.py
tests/test_cli_commands.py
tests/test_client.py
tests/test_config.py
tests/test_output.py