CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
README.md
__init__.py
batch_humanize_docs.py
config.py
coze_agents.json
doc_humanizer.py
doc_humanizer_README.md
exceptions.py
humanize_all_docs.py
naming.py
py.typed
pyproject.toml
test_image_vision.py
test_providers.py
./CHANGELOG.md
./CLAUDE.md
./CONTRIBUTING.md
./README.md
./__init__.py
./batch_humanize_docs.py
./config.py
./coze_agents.json
./doc_humanizer.py
./doc_humanizer_README.md
./exceptions.py
./humanize_all_docs.py
./naming.py
./py.typed
./test_image_vision.py
./test_providers.py
./api_auth/__init__.py
./api_auth/auth_manager.py
./api_auth/cli.py
./data_fetching/CLAUDE.md
./data_fetching/__init__.py
./data_fetching/archive_client.py
./data_fetching/arxiv_client.py
./data_fetching/census_client.py
./data_fetching/example_usage.py
./data_fetching/factory.py
./data_fetching/fec_client.py
./data_fetching/finance_client.py
./data_fetching/github_client.py
./data_fetching/judiciary_client.py
./data_fetching/mal_client.py
./data_fetching/nasa_client.py
./data_fetching/news_client.py
./data_fetching/openlibrary_client.py
./data_fetching/pubmed_client.py
./data_fetching/semantic_scholar.py
./data_fetching/weather_client.py
./data_fetching/wikipedia_client.py
./data_fetching/wolfram_client.py
./data_fetching/youtube_client.py
./document_generation/CLAUDE.md
./document_generation/__init__.py
./document_generation/docx_generator.py
./document_generation/manager.py
./document_generation/markdown_generator.py
./document_generation/pdf_generator.py
./llm_providers/CLAUDE.md
./llm_providers/__init__.py
./llm_providers/anthropic_provider.py
./llm_providers/claude_code_provider.py
./llm_providers/cohere_provider.py
./llm_providers/complexity_router.py
./llm_providers/elevenlabs_provider.py
./llm_providers/factory.py
./llm_providers/gemini_provider.py
./llm_providers/gradient_provider.py
./llm_providers/gradient_provider_v2.py
./llm_providers/groq_provider.py
./llm_providers/huggingface_provider.py
./llm_providers/manus_provider.py
./llm_providers/mistral_provider.py
./llm_providers/ollama_provider.py
./llm_providers/openai_provider.py
./llm_providers/perplexity_provider.py
./llm_providers/tiered_selector.py
./llm_providers/xai_provider.py
./mcp/CLAUDE.md
./mcp/__init__.py
./mcp/app.py
./mcp/background_loop.py
./mcp/cache_server.py
./mcp/claude_code_config.json
./mcp/config_server.py
./mcp/cursor_mcp_config.json
./mcp/data_server.py
./mcp/discovery_resources.py
./mcp/master_server.py
./mcp/mcp_http_bridge.py
./mcp/providers_server.py
./mcp/state_backup.json
./mcp/stdio_server.py
./mcp/streaming.py
./mcp/streaming_endpoint.py
./mcp/tool_metadata.py
./mcp/tool_registry.py
./mcp/unified_server.py
./mcp/utility_server.py
./mcp/view_costs.py
./mcp/web_search_server.py
./memory/CLAUDE.md
./memory/__init__.py
./observability/CLAUDE.md
./observability/__init__.py
./observability/cost_tracker.py
./observability/metrics.py
./observability/pricing.yaml
./orchestration/CLAUDE.md
./orchestration/ORCHESTRATOR_BENCHMARKS.md
./orchestration/ORCHESTRATOR_GUIDE.md
./orchestration/ORCHESTRATOR_SELECTION_GUIDE.md
./orchestration/__init__.py
./orchestration/accessibility_orchestrator.py
./orchestration/base_orchestrator.py
./orchestration/conditional_orchestrator.py
./orchestration/config.py
./orchestration/dream_cascade_orchestrator.py
./orchestration/dream_swarm_orchestrator.py
./orchestration/dreamer_beltalowda_orchestrator.py
./orchestration/dreamer_swarm_orchestrator.py
./orchestration/iterative_orchestrator.py
./orchestration/models.py
./orchestration/sequential_orchestrator.py
./orchestration/streaming.py
./orchestration/utils.py
./tools/CLAUDE.md
./tools/__init__.py
./tools/anthropic_tools.py
./tools/archive_tool.py
./tools/arxiv_tool.py
./tools/census_tool.py
./tools/cohere_tools.py
./tools/data_registry.py
./tools/data_tool_base.py
./tools/elevenlabs_tools.py
./tools/example_tool.py
./tools/fec_tool.py
./tools/finance_tool.py
./tools/gemini_tools.py
./tools/github_tool.py
./tools/gradient_tools.py
./tools/groq_tools.py
./tools/huggingface_tools.py
./tools/image_generation_tools.py
./tools/mistral_tools.py
./tools/module_base.py
./tools/nasa_tool.py
./tools/news_tool.py
./tools/openai_tools.py
./tools/openlibrary_tool.py
./tools/perplexity_tools.py
./tools/provider_registry.py
./tools/registry.py
./tools/semantic_scholar_tool.py
./tools/tts_tools.py
./tools/vision_tools.py
./tools/weather_tool.py
./tools/web_search_tool.py
./tools/wikipedia_tool.py
./tools/xai_tools.py
./tools/youtube_tool.py
./utils/CLAUDE.md
./utils/__init__.py
./utils/async_adapter.py
./utils/citation.py
./utils/crypto.py
./utils/data_validation.py
./utils/document_parsers.py
./utils/embeddings.py
./utils/execution.py
./utils/file_utils.py
./utils/format_converter.py
./utils/multi_search.py
./utils/progress.py
./utils/rate_limiter.py
./utils/retry_logic.py
./utils/text_processing.py
./utils/time_utils.py
./utils/tts.py
./utils/vision.py
./web/CLAUDE.md
./web/__init__.py
./web/auth.py
./web/cors_config.py
./web/health.py
./web/llm_proxy_blueprint.py
./web/middleware.py
./web/rate_limit.py
./web/swiss-design.css
./web/universal_proxy.py
./web/vision_service.py
api_auth/__init__.py
api_auth/auth_manager.py
api_auth/cli.py
data_fetching/CLAUDE.md
data_fetching/__init__.py
data_fetching/archive_client.py
data_fetching/arxiv_client.py
data_fetching/census_client.py
data_fetching/example_usage.py
data_fetching/factory.py
data_fetching/fec_client.py
data_fetching/finance_client.py
data_fetching/github_client.py
data_fetching/judiciary_client.py
data_fetching/mal_client.py
data_fetching/nasa_client.py
data_fetching/news_client.py
data_fetching/openlibrary_client.py
data_fetching/pubmed_client.py
data_fetching/semantic_scholar.py
data_fetching/weather_client.py
data_fetching/wikipedia_client.py
data_fetching/wolfram_client.py
data_fetching/youtube_client.py
document_generation/CLAUDE.md
document_generation/__init__.py
document_generation/docx_generator.py
document_generation/manager.py
document_generation/markdown_generator.py
document_generation/pdf_generator.py
geepers_kernel.egg-info/PKG-INFO
geepers_kernel.egg-info/SOURCES.txt
geepers_kernel.egg-info/dependency_links.txt
geepers_kernel.egg-info/requires.txt
geepers_kernel.egg-info/top_level.txt
llm_providers/CLAUDE.md
llm_providers/__init__.py
llm_providers/anthropic_provider.py
llm_providers/claude_code_provider.py
llm_providers/cohere_provider.py
llm_providers/complexity_router.py
llm_providers/elevenlabs_provider.py
llm_providers/factory.py
llm_providers/gemini_provider.py
llm_providers/gradient_provider.py
llm_providers/gradient_provider_v2.py
llm_providers/groq_provider.py
llm_providers/huggingface_provider.py
llm_providers/manus_provider.py
llm_providers/mistral_provider.py
llm_providers/ollama_provider.py
llm_providers/openai_provider.py
llm_providers/perplexity_provider.py
llm_providers/tiered_selector.py
llm_providers/xai_provider.py
mcp/CLAUDE.md
mcp/__init__.py
mcp/app.py
mcp/background_loop.py
mcp/cache_server.py
mcp/claude_code_config.json
mcp/config_server.py
mcp/cursor_mcp_config.json
mcp/data_server.py
mcp/discovery_resources.py
mcp/master_server.py
mcp/mcp_http_bridge.py
mcp/providers_server.py
mcp/state_backup.json
mcp/stdio_server.py
mcp/streaming.py
mcp/streaming_endpoint.py
mcp/tool_metadata.py
mcp/tool_registry.py
mcp/unified_server.py
mcp/utility_server.py
mcp/view_costs.py
mcp/web_search_server.py
memory/CLAUDE.md
memory/__init__.py
observability/CLAUDE.md
observability/__init__.py
observability/cost_tracker.py
observability/metrics.py
observability/pricing.yaml
orchestration/CLAUDE.md
orchestration/ORCHESTRATOR_BENCHMARKS.md
orchestration/ORCHESTRATOR_GUIDE.md
orchestration/ORCHESTRATOR_SELECTION_GUIDE.md
orchestration/__init__.py
orchestration/accessibility_orchestrator.py
orchestration/base_orchestrator.py
orchestration/conditional_orchestrator.py
orchestration/config.py
orchestration/dream_cascade_orchestrator.py
orchestration/dream_swarm_orchestrator.py
orchestration/dreamer_beltalowda_orchestrator.py
orchestration/dreamer_swarm_orchestrator.py
orchestration/iterative_orchestrator.py
orchestration/models.py
orchestration/sequential_orchestrator.py
orchestration/streaming.py
orchestration/utils.py
tests/test_data_tool_modules.py
tests/test_document_parsers.py
tests/test_dreamwalker_app.py
tests/test_embeddings.py
tests/test_image_vision.py
tests/test_multi_search.py
tests/test_ollama_provider.py
tests/test_orchestrators.py
tests/test_provider_tools.py
tests/test_providers.py
tests/test_shared_imports.py
tests/test_time_utils.py
tests/test_tool_registry.py
tests/test_utils_enhancements.py
tests/test_vision.py
tests/test_workflow_state.py
tools/CLAUDE.md
tools/__init__.py
tools/anthropic_tools.py
tools/archive_tool.py
tools/arxiv_tool.py
tools/census_tool.py
tools/cohere_tools.py
tools/data_registry.py
tools/data_tool_base.py
tools/elevenlabs_tools.py
tools/example_tool.py
tools/fec_tool.py
tools/finance_tool.py
tools/gemini_tools.py
tools/github_tool.py
tools/gradient_tools.py
tools/groq_tools.py
tools/huggingface_tools.py
tools/image_generation_tools.py
tools/mistral_tools.py
tools/module_base.py
tools/nasa_tool.py
tools/news_tool.py
tools/openai_tools.py
tools/openlibrary_tool.py
tools/perplexity_tools.py
tools/provider_registry.py
tools/registry.py
tools/semantic_scholar_tool.py
tools/tts_tools.py
tools/vision_tools.py
tools/weather_tool.py
tools/web_search_tool.py
tools/wikipedia_tool.py
tools/xai_tools.py
tools/youtube_tool.py
utils/CLAUDE.md
utils/__init__.py
utils/async_adapter.py
utils/citation.py
utils/crypto.py
utils/data_validation.py
utils/document_parsers.py
utils/embeddings.py
utils/execution.py
utils/file_utils.py
utils/format_converter.py
utils/multi_search.py
utils/progress.py
utils/rate_limiter.py
utils/retry_logic.py
utils/text_processing.py
utils/time_utils.py
utils/tts.py
utils/vision.py
web/CLAUDE.md
web/__init__.py
web/auth.py
web/cors_config.py
web/health.py
web/llm_proxy_blueprint.py
web/middleware.py
web/rate_limit.py
web/swiss-design.css
web/universal_proxy.py
web/vision_service.py