LICENSE
README.md
pyproject.toml
agentic_research.egg-info/PKG-INFO
agentic_research.egg-info/SOURCES.txt
agentic_research.egg-info/dependency_links.txt
agentic_research.egg-info/entry_points.txt
agentic_research.egg-info/requires.txt
agentic_research.egg-info/top_level.txt
cli/__init__.py
cli/main.py
deploy/.env
deploy/__init__.py
deploy/docker-compose.yml
deploy/schema.sql
framework/__init__.py
framework/graph.py
framework/llm_providers.py
framework/minio_client.py
framework/planka.py
framework/plugin_interface.py
framework/plugin_registry.py
framework/spec_clarifier.py
framework/tag_parser.py
framework/api/__init__.py
framework/api/server.py
framework/db/__init__.py
framework/db/connection.py
framework/db/queries.py
framework/llm_agent/__init__.py
framework/llm_agent/llm_svc.py
framework/llm_agent/llm_target.py
projects/__init__.py
projects/demo/__init__.py
projects/demo/plugin.py
projects/dummy/__init__.py
projects/dummy/plugin.py
projects/quant_alpha/__init__.py
projects/quant_alpha/backtest.py
projects/quant_alpha/plugin.py
projects/sample/plugin.py
tests/test_llm_providers.py
tests/test_positive_flows.py