README.md
pyproject.toml
src/fivcplayground/__init__.py
src/fivcplayground/cli.py
src/fivcplayground.egg-info/PKG-INFO
src/fivcplayground.egg-info/SOURCES.txt
src/fivcplayground.egg-info/dependency_links.txt
src/fivcplayground.egg-info/entry_points.txt
src/fivcplayground.egg-info/requires.txt
src/fivcplayground.egg-info/top_level.txt
src/fivcplayground/agents/__init__.py
src/fivcplayground/agents/types/__init__.py
src/fivcplayground/agents/types/base.py
src/fivcplayground/agents/types/repositories/__init__.py
src/fivcplayground/agents/types/repositories/base.py
src/fivcplayground/agents/types/repositories/files.py
src/fivcplayground/agents/types/repositories/sqlite.py
src/fivcplayground/backends/__init__.py
src/fivcplayground/backends/chroma.py
src/fivcplayground/backends/faiss.py
src/fivcplayground/backends/langchain/__init__.py
src/fivcplayground/backends/langchain/agents.py
src/fivcplayground/backends/langchain/models.py
src/fivcplayground/backends/langchain/tools.py
src/fivcplayground/backends/strands/__init__.py
src/fivcplayground/backends/strands/agents.py
src/fivcplayground/backends/strands/models.py
src/fivcplayground/backends/strands/tools.py
src/fivcplayground/demos/__init__.py
src/fivcplayground/demos/components/__init__.py
src/fivcplayground/demos/components/chat_message.py
src/fivcplayground/demos/components/task_message.py
src/fivcplayground/demos/utils/__init__.py
src/fivcplayground/demos/utils/chats.py
src/fivcplayground/demos/views/__init__.py
src/fivcplayground/demos/views/base.py
src/fivcplayground/demos/views/chats.py
src/fivcplayground/demos/views/tasks.py
src/fivcplayground/embeddings/__init__.py
src/fivcplayground/embeddings/types/__init__.py
src/fivcplayground/embeddings/types/base.py
src/fivcplayground/embeddings/types/repositories/__init__.py
src/fivcplayground/embeddings/types/repositories/base.py
src/fivcplayground/embeddings/types/repositories/files.py
src/fivcplayground/models/__init__.py
src/fivcplayground/models/types/__init__.py
src/fivcplayground/models/types/base.py
src/fivcplayground/models/types/repositories/__init__.py
src/fivcplayground/models/types/repositories/base.py
src/fivcplayground/models/types/repositories/files.py
src/fivcplayground/models/types/repositories/sqlite.py
src/fivcplayground/tasks/__init__.py
src/fivcplayground/tasks/types/__init__.py
src/fivcplayground/tasks/types/base.py
src/fivcplayground/tasks/types/repositories/__init__.py
src/fivcplayground/tasks/types/repositories/base.py
src/fivcplayground/tasks/types/repositories/files.py
src/fivcplayground/tools/__init__.py
src/fivcplayground/tools/calculator.py
src/fivcplayground/tools/clock.py
src/fivcplayground/tools/types/__init__.py
src/fivcplayground/tools/types/base.py
src/fivcplayground/tools/types/retrievers.py
src/fivcplayground/tools/types/repositories/__init__.py
src/fivcplayground/tools/types/repositories/base.py
src/fivcplayground/tools/types/repositories/files.py
src/fivcplayground/utils/__init__.py
src/fivcplayground/utils/types/__init__.py
src/fivcplayground/utils/types/arguments.py
src/fivcplayground/utils/types/directories.py
src/fivcplayground/utils/types/variables.py
tests/test_agent_run_persistence_regression.py
tests/test_agents_creation.py
tests/test_agents_runtime.py
tests/test_arguments.py
tests/test_calculator_tool.py
tests/test_chat_message.py
tests/test_chat_new_session.py
tests/test_cli_setup.py
tests/test_clock_tool.py
tests/test_embedding_spaces.py
tests/test_embeddings_backends.py
tests/test_file_agent_config_repository.py
tests/test_file_agents_runtime_repository.py
tests/test_file_embedding_config_repository.py
tests/test_file_model_config_repository.py
tests/test_file_task_runtime_repository.py
tests/test_file_tool_config_repository.py
tests/test_models_creation.py
tests/test_repository_base_classes.py
tests/test_schemas.py
tests/test_sqlite_repository.py
tests/test_taskgroup_error_regression.py
tests/test_tool_config_model.py
tests/test_tools_bundle.py
tests/test_tools_creation.py
tests/test_tools_init_regression.py
tests/test_tools_integration.py
tests/test_tools_retriever.py
tests/test_utils.py