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/runnables.py
src/fivcplayground/agents/types/spans.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/faiss.py
src/fivcplayground/backends/chroma/__init__.py
src/fivcplayground/backends/chroma/embeddings.py
src/fivcplayground/backends/chroma/splitters.py
src/fivcplayground/backends/langchain/__init__.py
src/fivcplayground/backends/langchain/agents.py
src/fivcplayground/backends/langchain/models.py
src/fivcplayground/backends/langchain/tasks.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/tasks.py
src/fivcplayground/backends/strands/tools.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/plays/__init__.py
src/fivcplayground/plays/components/__init__.py
src/fivcplayground/plays/components/chat_message.py
src/fivcplayground/plays/components/task_message.py
src/fivcplayground/plays/utils/__init__.py
src/fivcplayground/plays/utils/chats.py
src/fivcplayground/plays/views/__init__.py
src/fivcplayground/plays/views/base.py
src/fivcplayground/plays/views/chats.py
src/fivcplayground/plays/views/tasks.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/filesystem.py
src/fivcplayground/tools/shell.py
src/fivcplayground/tools/types/__init__.py
src/fivcplayground/tools/types/base.py
src/fivcplayground/tools/types/bundles.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_response_model.py
tests/test_agent_run_persistence_regression.py
tests/test_agent_structured_output.py
tests/test_agent_tool_ids_merging.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_chroma_text_splitter.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_plan_repository.py
tests/test_file_task_runtime_repository.py
tests/test_file_tool_config_repository.py
tests/test_filesystem_tool.py
tests/test_models_creation.py
tests/test_repository_base_classes.py
tests/test_schemas.py
tests/test_shell_tool.py
tests/test_sqlite_repository.py
tests/test_strands_task_backend.py
tests/test_taskgroup_error_regression.py
tests/test_tasks_creation.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