LICENSE
README.md
pyproject.toml
robo_market_agent/__init__.py
robo_market_agent/agent.py
robo_market_agent/cli.py
robo_market_agent/models/__init__.py
robo_market_agent/models/agent_models.py
robo_market_agent/pipeline/__init__.py
robo_market_agent/pipeline/base.py
robo_market_agent/pipeline/bom_generator.py
robo_market_agent/pipeline/compatibility.py
robo_market_agent/pipeline/component_searcher.py
robo_market_agent/pipeline/normalizer.py
robo_market_agent/pipeline/optimizer.py
robo_market_agent/pipeline/project_understander.py
robo_market_agent/pipeline/report_generator.py
robo_market_agent/providers/__init__.py
robo_market_agent/providers/anthropic_provider.py
robo_market_agent/providers/base.py
robo_market_agent/providers/deepseek_provider.py
robo_market_agent/providers/gemini_provider.py
robo_market_agent/providers/groq_provider.py
robo_market_agent/providers/mock_provider.py
robo_market_agent/providers/ollama_provider.py
robo_market_agent/providers/openai_provider.py
robo_market_api/__init__.py
robo_market_api/app/__init__.py
robo_market_api/app/main.py
robo_market_api/app/api/__init__.py
robo_market_api/app/api/router.py
robo_market_api/app/api/v1/__init__.py
robo_market_api/app/api/v1/agent.py
robo_market_api/app/api/v1/health.py
robo_market_api/app/api/v1/optimize.py
robo_market_api/app/api/v1/providers.py
robo_market_api/app/api/v1/search.py
robo_market_api/app/core/config.py
robo_market_api/app/core/errors.py
robo_market_api/app/core/logging.py
robo_market_api/app/dependencies/__init__.py
robo_market_api/app/dependencies/services.py
robo_market_api/app/middleware/logging.py
robo_market_api/app/models/__init__.py
robo_market_api/app/models/requests.py
robo_market_api/app/models/responses.py
robo_market_api/app/services/__init__.py
robo_market_api/app/services/agent_service.py
robo_market_api/app/services/search_service.py
robo_market_search/__init__.py
robo_market_search.egg-info/PKG-INFO
robo_market_search.egg-info/SOURCES.txt
robo_market_search.egg-info/dependency_links.txt
robo_market_search.egg-info/entry_points.txt
robo_market_search.egg-info/requires.txt
robo_market_search.egg-info/top_level.txt
robo_market_search/bot/__init__.py
robo_market_search/bot/server.py
robo_market_search/cart/__init__.py
robo_market_search/cart/cart.py
robo_market_search/cli/__init__.py
robo_market_search/cli/main.py
robo_market_search/direncnet/__init__.py
robo_market_search/direncnet/client.py
robo_market_search/mcp/__init__.py
robo_market_search/mcp/server.py
robo_market_search/models/__init__.py
robo_market_search/providers/__init__.py
robo_market_search/robo90/__init__.py
robo_market_search/robo90/client.py
robo_market_search/robolink/__init__.py
robo_market_search/robolink/client.py
robo_market_search/robotistan/__init__.py
robo_market_search/robotistan/client.py
robo_market_search/search/__init__.py
robo_market_search/search/api.py
robo_market_search/shared/__init__.py
robo_market_search/shared/cache.py
robo_market_search/shared/constants.py
robo_market_search/shared/models.py
robo_market_search/unified/__init__.py
robo_market_search/unified/client.py
robo_market_service/__init__.py
robo_market_service/cache.py
robo_market_service/models.py
robo_market_service/search_service.py
robo_market_service/synonym.py
tests/test_agent_pipeline.py
tests/test_llm_providers.py
tests/test_search_library.py
tests/test_search_service.py