search_agent_profile.dev.example.json 309 B

12345678910111213141516171819
  1. {
  2. "runtime": {
  3. "target_count": 8
  4. },
  5. "search": {
  6. "max_keywords": 6,
  7. "recall_multiplier": 4.0
  8. },
  9. "filter": {
  10. "max_detail_fetch": 25,
  11. "enable_llm_review": true
  12. },
  13. "account": {
  14. "account_strategy": {
  15. "sample_articles_limit": 5,
  16. "source_urls_limit": 80
  17. }
  18. }
  19. }