Commit Graph

  • f2a2eb4e35
    Merge pull request #896 from ascender1729/feat/examples-batched-tasks-dual-model-init Kye Gomez 2025-06-18 21:25:38 -0700
  • b93b603545
    Merge pull request #898 from Wxysnx/feature/refactor/replace-conditionals-with-factory-pattern Kye Gomez 2025-06-18 19:56:22 -0700
  • 62e64d3285 updates harshalmore31 2025-06-19 06:35:29 +0530
  • 7378668d81 Add Simple RAG example and enhance Agent with RAG functionality harshalmore31 2025-06-18 22:26:23 +0530
  • 7c4e9bb7bf Remove unsupported max_loops argument from ReasoningDuo initialization #902 Pavan Kumar 2025-06-18 16:51:23 +0000
  • 7e408f0c8c
    Add ReasoningDuo batch example Pavan Kumar 2025-06-18 22:17:39 +0530
  • fce6e36691 Add ReasoningDuo batch example Pavan Kumar 2025-06-18 22:16:13 +0530
  • a54b2ef8ee
    Add MatrixSwarm example #901 Pavan Kumar 2025-06-18 22:09:09 +0530
  • 9ff407ebae Add MatrixSwarm example and update index Pavan Kumar 2025-06-18 22:06:02 +0530
  • b307370e0a
    Replace PyPDF2 with pypdf in long_agent #900 Pavan Kumar 2025-06-18 21:42:19 +0530
  • 34f9ecdc4a
    Add swarm stopping condition example #899 Pavan Kumar 2025-06-18 21:41:58 +0530
  • 24cf04314d Add swarm stopping condition example Pavan Kumar 2025-06-18 21:38:28 +0530
  • 6f02e4e470 Replace PyPDF2 with pypdf in long_agent Pavan Kumar 2025-06-18 21:37:59 +0530
  • cb353ec07b fix import file name error #898 Wxysnx 2025-06-18 15:05:53 +0800
  • fb9d7039c5 replace-conditionals-with-factory-pattern Wxysnx 2025-06-18 13:29:46 +0800
  • 1dae904c43 docs: update minimal MultiAgentRouter example and documentation to use SwarmRouter interface #896 Pavan Kumar 2025-06-17 18:18:52 +0000
  • f8f148d6e5 fix: update minimal MultiAgentRouter example and documentation Pavan Kumar 2025-06-17 18:15:42 +0000
  • f9bfecf771
    Add MultiAgentRouter minimal example Pavan Kumar 2025-06-17 22:07:01 +0530
  • 6f54434091 fix: update minimal multi_agent_router example and docs for correct result handling Pavan Kumar 2025-06-17 16:36:03 +0000
  • 06d79356d4 Fix MultiAgentRouter example Pavan Kumar 2025-06-17 21:57:23 +0530
  • 836d8b6774
    Add MultiAgentCollab example #895 Pavan Kumar 2025-06-17 21:49:10 +0530
  • c1191ec455 Refactor example to embed model in agents Pavan Kumar 2025-06-17 21:34:34 +0530
  • 74715f191b api key management Kye Gomez 2025-06-16 15:54:24 -0700
  • 6126a858cb share and discover agents, tools, docs, documentation Kye Gomez 2025-06-16 15:49:36 -0700
  • 35ca3bb930 Swarms marketplace docs Kye Gomez 2025-06-16 15:43:29 -0700
  • 2c99a1c045 fix docs Kye Gomez 2025-06-16 15:34:54 -0700
  • 1fd8f215a7
    Merge pull request #887 from ascender1729/CITATION Kye Gomez 2025-06-16 11:38:10 -0700
  • 7c5f265721 docs: add multi_mcp_execution.md to mkdocs navigation #891 Pavan Kumar 2025-06-16 12:37:48 +0000
  • a7aa469345
    Add multiple MCP support Pavan Kumar 2025-06-16 17:51:37 +0530
  • 5c32196fb0 Add multiple MCP tool execution support with examples and tests Pavan Kumar 2025-06-16 12:21:10 +0000
  • 8c09e80c35
    Update ruff requirement from <0.4.5,>=0.0.249 to >=0.0.249,<0.11.14 #890 dependabot[bot] 2025-06-16 11:50:22 +0000
  • 8a79bf09d3
    Bump pydantic from 2.11.4 to 2.11.7 #889 dependabot/pip/pydantic-2.11.7 dependabot[bot] 2025-06-16 11:49:31 +0000
  • abb4d96eed
    Merge branch 'feat/agent-multiple-mcp-execution' into 95fmkb-pavan/add-support-for-multiple-mcp-tool-execution-and-direct-model Pavan Kumar 2025-06-16 16:47:14 +0530
  • f9e65bf326 Fix multi MCP execution and add example servers Pavan Kumar 2025-06-16 16:42:46 +0530
  • f47a60d16f
    Add multiple MCP support Pavan Kumar 2025-06-16 15:57:54 +0530
  • 5850b75777 feat: support multi mcp and direct model init Pavan Kumar 2025-06-16 15:56:50 +0530
  • 5e91a4b08c feat: support multi mcp and direct model init Pavan Kumar 2025-06-16 15:56:26 +0530
  • 55a8084974
    Update CITATION.cff #887 Pavan Kumar 2025-06-15 02:04:30 +0530
  • 5bc09234f0
    Add conversation history export docs #888 Pavan Kumar 2025-06-15 01:39:32 +0530
  • 1948eddff3 Add conversation export example and docs Pavan Kumar 2025-06-15 01:37:27 +0530
  • bc50b15ead install docs Kye Gomez 2025-06-14 11:22:48 -0700
  • 470e666a95 install docs fix Kye Gomez 2025-06-14 11:13:01 -0700
  • 3bc92755ff docs cleanup Kye Gomez 2025-06-14 11:07:04 -0700
  • 6c0b1fd5b0 fix docs Kye Gomez 2025-06-14 01:45:12 -0700
  • 20da95b539
    ascender1729/pavan/create-citation.cff-with-project-metadata Pavan Kumar 2025-06-13 21:55:47 +0530
  • e3df7e1cc2 Add citation file and README instructions Pavan Kumar 2025-06-13 21:54:24 +0530
  • ca452d7245
    ascender1729/pavan/create-logits_processor-documentation #886 Pavan Kumar 2025-06-13 21:52:09 +0530
  • e1b85ebb5d docs: add logits processor guide Pavan Kumar 2025-06-13 21:51:16 +0530
  • 088442b498
    ascender1729/pavan/detect-binary-extensions-and-handle-errors #885 Pavan Kumar 2025-06-13 21:30:00 +0530
  • de4088283e Handle binary files in data_to_text Pavan Kumar 2025-06-13 21:29:03 +0530
  • 53ad480d8e
    Merge 6c1aaef3ed into 6e5bc850b7 #884 Pavan Kumar 2025-06-12 15:40:19 -0700
  • 6e5bc850b7
    Merge pull request #882 from ascender1729/InteractiveGroupChat Kye Gomez 2025-06-12 15:37:15 -0700
  • 12a7e0c227
    Merge pull request #883 from ascender1729/VLLMWrapper Kye Gomez 2025-06-12 15:36:39 -0700
  • 6c1aaef3ed
    ascender1729/pavan/change-default-parameter-to-none #884 Pavan Kumar 2025-06-12 20:46:38 +0530
  • 2863c84ffc fix: avoid mutable default for agents Pavan Kumar 2025-06-12 20:45:02 +0530
  • 1250f53678
    ascender1729/pavan/update-worker-count-in-threadpoolexecutor #883 Pavan Kumar 2025-06-12 20:41:28 +0530
  • 39fc5e6757 refactor: compute workers based on cpu Pavan Kumar 2025-06-12 20:38:24 +0530
  • 2e495b266a
    ascender1729/pavan/refactor-expression-in-interactive_groupchat.py #882 Pavan Kumar 2025-06-12 20:30:18 +0530
  • ca35a59f02 Use splitlines when showing system prompt Pavan Kumar 2025-06-12 20:28:31 +0530
  • 28cd319355
    Merge pull request #878 from ascender1729/field_validator Kye Gomez 2025-06-11 10:45:19 -0700
  • 2a00911430
    Merge pull request #866 from harshalmore31/improve/conversation_integration Kye Gomez 2025-06-11 10:04:18 -0700
  • 2ae4b5f43b
    ascender1729/pavan/fix-pydantic-version-compatibility-issues #878 Pavan Kumar 2025-06-11 22:01:48 +0530
  • 2e83b7247d fix: adjust field_validator usage for pydantic v2 Pavan Kumar 2025-06-11 21:59:39 +0530
  • 97361f9567
    ascender1729/pavan/create-visualizer-documentation #877 Pavan Kumar 2025-06-11 21:03:14 +0530
  • a945a697e7 Add visualizer docs Pavan Kumar 2025-06-11 21:01:32 +0530
  • 453cf4d044 Update Conversation class documentation to include new backend support and configuration details #866 harshalmore31 2025-06-11 08:43:18 +0530
  • 06e645eadb
    Merge branch 'kyegomez:master' into improve/conversation_integration harshalmore31 2025-06-11 08:31:56 +0530
  • 56cd9aa1c5
    Merge pull request #872 from kyegomez/dependabot/pip/ruff-gte-0.5.1-and-lt-0.11.14 Kye Gomez 2025-06-10 16:31:13 -0700
  • 96d55faed4
    Merge pull request #871 from kyegomez/dependabot/github_actions/aquasecurity/trivy-action-0.31.0 Kye Gomez 2025-06-10 16:31:04 -0700
  • 8bc8943cb1
    Merge pull request #870 from kyegomez/dependabot/github_actions/autofix-ci/action-635ffb0c9798bd160680f18fd73371e355b85f27 Kye Gomez 2025-06-10 16:30:54 -0700
  • 2103d6a256
    Merge branch 'master' into improve/conversation_integration harshalmore31 2025-06-11 00:12:00 +0530
  • fa22d67bf7 [refactor][agent] Update RAGConfig Pydantic model #876 Pavan Kumar 2025-06-10 15:24:22 +0000
  • 9d3568ce04 [cli][feature] Move example YAML to examples directory Pavan Kumar 2025-06-10 15:22:48 +0000
  • 9868d3accb
    Merge 7ee7569397 into 6558e39d8f #864 Pavan Kumar 2025-06-09 21:34:08 -0700
  • b347211f77
    ascender1729/pavan/expose-agent-listings-in-cli Pavan Kumar 2025-06-10 04:15:32 +0530
  • b3651efad6 Add list-agents command to CLI Pavan Kumar 2025-06-10 04:14:34 +0530
  • 6558e39d8f
    Merge pull request #875 from ascender1729/remove-zero-byte-documentation-files Kye Gomez 2025-06-09 13:53:25 -0700
  • fa33e6932d
    ascender1729/pavan/remove-empty-documentation-files #875 Pavan Kumar 2025-06-10 01:30:33 +0530
  • 1c36a1340e [DOCS][FIX] [interactive group chat] Kye Gomez 2025-06-09 13:00:16 -0700
  • 8c315ca61e Remove empty documentation files Pavan Kumar 2025-06-10 01:28:43 +0530
  • 45d9602242 docs: document telemetry configuration and update mkdocs config #874 Pavan Kumar 2025-06-09 19:22:02 +0000
  • 86facfd32a
    Merge pull request #873 from harshalmore31/Fix/deep_research_swarm Kye Gomez 2025-06-09 11:18:47 -0700
  • 6cf58d130d
    ascender1729/pavan/create-telemetry-initialization-guide Pavan Kumar 2025-06-09 23:40:25 +0530
  • 46a963b557 docs: add telemetry guide Pavan Kumar 2025-06-09 23:36:27 +0530
  • 7a40494101 refactor: example usage in deep_research_swarm.py #873 harshalmore31 2025-06-09 23:15:35 +0530
  • bf26ade931 [FEAT][DeepResearchSwarm] Enhance API search functionality and add result parsing/displaying features harshalmore31 2025-06-09 23:13:08 +0530
  • 3546ac2c47
    Update ruff requirement from >=0.5.1,<0.11.9 to >=0.5.1,<0.11.14 #872 dependabot[bot] 2025-06-09 11:36:43 +0000
  • 6ea876927b
    Bump aquasecurity/trivy-action from 0.30.0 to 0.31.0 #871 dependabot[bot] 2025-06-09 10:53:58 +0000
  • bf13fc656e
    Bump autofix-ci/action #870 dependabot[bot] 2025-06-09 10:44:41 +0000
  • 156f98a2c2 cookbook index Kye Gomez 2025-06-08 23:01:50 -0700
  • 0e0a46019d [FEAT][InteractiveGroupChat] + [Swarms Examples][index.md] Kye Gomez 2025-06-08 19:09:36 -0700
  • a5567d1323
    Merge pull request #867 from ascender1729/sqlite_wrap Kye Gomez 2025-06-08 09:01:13 -0700
  • b54c2c9d03
    Merge pull request #869 from ascender1729/PulsarConversation Kye Gomez 2025-06-08 08:59:58 -0700
  • fc59635a6a
    Merge pull request #868 from ascender1729/DuckDBConversation Kye Gomez 2025-06-08 08:59:38 -0700
  • c9e1497460 Add Pulsar conversation example for persistent agent memory #869 Pavan Kumar 2025-06-08 10:35:20 +0000
  • b49de90606
    Merge pull request #11 from ascender1729/pavan/add-example-for-pulsarconversation-persistence Pavan Kumar 2025-06-08 15:53:05 +0530
  • 22875a6fc1 Add Pulsar conversation example Pavan Kumar 2025-06-08 15:45:25 +0530
  • cb8e023a33 [FEAT][Interactive Groupchat] + [DOCS][Agents as tools] Kye Gomez 2025-06-07 16:33:09 -0700
  • 3ece4fa450
    Merge pull request #10 from ascender1729/pavan/add-example-for-duckdbconversation-with-agent #868 Pavan Kumar 2025-06-07 23:32:31 +0530
  • 8e423c69fc
    Update duckdb_agent.py Pavan Kumar 2025-06-07 23:10:37 +0530