.gitignore
AGENTS.md
LICENSE
README.md
README_CN.md
main.py
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/package-check.yml
.github/workflows/publish.yml
cardbox/__init__.py
cardbox/a2aclient.py
cardbox/api_client.py
cardbox/config.py
cardbox/engine.py
cardbox/main.py
cardbox/modifiers.py
cardbox/services.py
cardbox/strategies.py
cardbox/structures.py
cardbox/utils.py
cardbox.egg-info/PKG-INFO
cardbox.egg-info/SOURCES.txt
cardbox.egg-info/dependency_links.txt
cardbox.egg-info/entry_points.txt
cardbox.egg-info/requires.txt
cardbox.egg-info/top_level.txt
cardbox/adapters/__init__.py
cardbox/adapters/async_storage.py
cardbox/adapters/fs.py
cardbox/adapters/postgres_schema.sql
cardbox/external/__init__.py
cardbox/external/object_store.py
tests/__init__.py
tests/support.py
tests/test_file_content_validation.py
tests/test_fs_adapter.py
tests/test_llm_adapter.py
tests/test_llm_providers.py
tests/test_main.py