.gitignore
.pre-commit-config.yaml
.python-version
AGENTS.md
LICENSE
README.md
pyproject.toml
ruff.toml
skills-lock.json
test_local.sh
uv.lock
.agents/skills/friendly-python/SKILL.md
.agents/skills/friendly-python/agents/openai.yaml
.agents/skills/friendly-python/references/api-design.md
.agents/skills/friendly-python/references/cli-argparse.md
.agents/skills/friendly-python/references/error-handling.md
.agents/skills/friendly-python/references/extension-architecture.md
.agents/skills/friendly-python/references/oop-design.md
.agents/skills/friendly-python/references/portability-pythonic.md
.agents/skills/friendly-python/references/principles.md
.agents/skills/friendly-python/references/reuse-composition.md
.agents/skills/friendly-python/references/review-checklist.md
.agents/skills/piglet/SKILL.md
.agents/skills/piglet/agents/openai.yaml
.agents/skills/piglet/references/decorators.md
.agents/skills/piglet/references/edge-cases.md
.agents/skills/piglet/references/exceptions-handling.md
.agents/skills/piglet/references/functions-and-returns.md
.agents/skills/piglet/references/if-else-and-branches.md
.agents/skills/piglet/references/imports-and-structure.md
.agents/skills/piglet/references/loops-and-iteration.md
.agents/skills/piglet/references/rules-and-file-io.md
.agents/skills/piglet/references/solid-python.md
.agents/skills/piglet/references/values-and-containers.md
.agents/skills/piglet/references/variables-and-naming.md
.agents/skills/piglet/references/walrus-operator.md
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/CLI_USAGE.md
docs/CODE_STYLE.md
docs/DEVELOPMENT.md
docs/architecture/CRYPTOGRAPHY.md
docs/architecture/PROJECT_STRUCTURE.md
src/any_llm_platform_client/__init__.py
src/any_llm_platform_client/_version.py
src/any_llm_platform_client/cli.py
src/any_llm_platform_client/client.py
src/any_llm_platform_client/client_management.py
src/any_llm_platform_client/crypto.py
src/any_llm_platform_client/exceptions.py
src/any_llm_platform_client.egg-info/PKG-INFO
src/any_llm_platform_client.egg-info/SOURCES.txt
src/any_llm_platform_client.egg-info/dependency_links.txt
src/any_llm_platform_client.egg-info/entry_points.txt
src/any_llm_platform_client.egg-info/requires.txt
src/any_llm_platform_client.egg-info/top_level.txt
tests/conftest.py
tests/test_basic.py
tests/test_cli.py
tests/test_cli_helpers.py
tests/test_cli_integration.py
tests/test_client.py
tests/test_client_async.py
tests/test_client_headers.py
tests/test_client_management.py
tests/test_client_token_management.py
tests/test_crypto.py
tests/test_crypto_imports.py
tests/test_edge_cases.py
tests/test_exceptions.py
tests/test_init.py
tests/test_integration_flow.py