Commit Graph

  • ef9aa85d22
    [FEAT-FALLBACK][Added agent model fallback, if primary model fails] CI-DEV 2025-09-18 10:46:36 +0300
  • a64f57a66c catchup Kye Gomez 2025-09-15 12:07:34 -0700
  • 93612a9307 [DOCS] Streaming Callback in Sequential Aksh Parekh 2025-09-15 06:57:57 -0700
  • cf9ccacab3
    Update transformers requirement #1083 dependabot[bot] 2025-09-15 12:28:54 +0000
  • cd66613dff cleaned up comments Aksh Parekh 2025-09-14 00:49:36 -0700
  • 83fae0070b [TEST] Streaming Callback for Sequential Workflow Aksh Parekh 2025-09-13 13:31:18 -0700
  • 5a2d28f7c2 [FEAT] SequentialWorkflow add Streaming Callback Option Aksh Parekh 2025-09-13 13:30:56 -0700
  • 4e1852bc78 [FIX][Fix MCP Transport options] Kye Gomez 2025-09-13 11:42:01 -0700
  • 807b0b8990 [SSE -> STREAMABLE HTTP MIGRATION] Kye Gomez 2025-09-13 11:41:08 -0700
  • 57a030fb19 wrap up #1080 Aksh Parekh 2025-09-12 23:17:46 -0700
  • 42f0584a55 added streaming callback functionality to sequential workflow Aksh Parekh 2025-09-12 23:09:06 -0700
  • 4953b39948 cleaning prs Aksh Parekh 2025-09-12 22:51:09 -0700
  • 21ae69d23c
    Merge branch 'kyegomez:master' into main1 #1079 Aksh Parekh 2025-09-12 22:44:02 -0700
  • 2d5232f19b EXAMPLE for Streaming CAllback Sequential Aksh Parekh 2025-09-12 22:43:02 -0700
  • abeaf2fc69 FURTHER edits + versatility Aksh Parekh 2025-09-12 22:42:36 -0700
  • bb7fd5b79f added streaming callback functionality to sequential workflow Aksh Parekh 2025-09-12 22:20:45 -0700
  • 449fe046e0 sse -> streamable + litellm package Aksh Parekh 2025-09-12 07:51:16 -0700
  • a65d360b11 agent_mcp.md fix Aksh Parekh 2025-09-11 17:04:11 -0700
  • 40340b2ec5 fixed docs Aksh Parekh 2025-09-11 17:01:47 -0700
  • 3ca31670f0 [cleanup] Kye Gomez 2025-09-11 17:01:46 -0700
  • f0055abe7a [Multi-MCP Examples] [Docs for multi mcp] [FIX][MCP client migration to streamable http instead of sse] [cleanup][examples] Kye Gomez 2025-09-11 12:14:05 -0700
  • f064e31cd8
    Merge pull request #1078 from aparekh02/master Kye Gomez 2025-09-10 19:13:24 -0700
  • 833c2afce3 [DOCS] Jarvis Agent using Gemini Nano Banana #1078 Aksh Parekh 2025-09-10 17:48:15 -0700
  • 9f1a3d6678 [FEAT][Agent Prompt Transform] [Hiearchical][Examples] Kye Gomez 2025-09-09 17:52:48 -0700
  • 51fdb24dbe
    Merge pull request #1073 from kyegomez/dependabot/github_actions/aquasecurity/trivy-action-0.33.1 Kye Gomez 2025-09-08 19:12:01 -0700
  • 9068b7f061 [DOCS][Cleanup Swarms API Un-used docs which are all on docs.swarms.ai] Kye Gomez 2025-09-08 16:29:37 -0700
  • fc72304491 [IMPROVEMENT][Improve HiearchicalSwarm with streaming callbacks][Add docs as well][New examples] Kye Gomez 2025-09-08 16:25:33 -0700
  • 92c857e3b9
    Merge pull request #1076 from kyegomez/dependabot/pip/ruff-gte-0.5.1-and-lt-0.12.13 Kye Gomez 2025-09-08 11:07:16 -0700
  • 32bdf8086f
    Merge pull request #1075 from kyegomez/dependabot/github_actions/actions/setup-python-6 Kye Gomez 2025-09-08 11:07:08 -0700
  • 8ab445d727
    Merge pull request #1074 from kyegomez/dependabot/github_actions/actions/stale-10 Kye Gomez 2025-09-08 11:06:59 -0700
  • f8797184d3
    Merge pull request #1072 from kyegomez/dependabot/github_actions/actions/labeler-6 Kye Gomez 2025-09-08 11:06:52 -0700
  • 4b4af56112
    Update ruff requirement from >=0.5.1,<0.12.11 to >=0.5.1,<0.12.13 #1076 dependabot[bot] 2025-09-08 10:33:57 +0000
  • 5925f68499
    Bump actions/setup-python from 5 to 6 #1075 dependabot[bot] 2025-09-08 10:27:19 +0000
  • 4580783b04
    Bump actions/stale from 9 to 10 #1074 dependabot[bot] 2025-09-08 10:26:04 +0000
  • 8cc52b1b6a
    Bump aquasecurity/trivy-action from 0.32.0 to 0.33.1 #1073 dependabot[bot] 2025-09-08 10:26:00 +0000
  • dc1c76f662
    Bump actions/labeler from 5 to 6 #1072 dependabot[bot] 2025-09-08 10:24:46 +0000
  • 28995b6900 [FEAT][New Multi-Agent Execution utilities][run_agents_concurrently_uvloop] [run_agents_with_tasks_uvloop] [Improvement][Improved the batched_grid_agent_execution to use concurrent futures] [Updated docs] [Agent][Fix batched run] [FEAT][CustomAgent] [New util examples] Kye Gomez 2025-09-07 22:38:13 -0700
  • 5ceef024ea [fix][batched grid docs] Kye Gomez 2025-09-06 11:07:39 -0700
  • fdf037b965 [FEAT][BatchedGridWorkflow] [Docs] [Example][Geo-Guesser Agent] Kye Gomez 2025-09-05 16:08:16 -0700
  • 13df6f6198 readme Kye Gomez 2025-09-05 09:40:17 -0700
  • adbd612cca [docs][heavy swarm docs] [cleanup senator votes] Kye Gomez 2025-09-04 23:14:55 -0700
  • c08d329fb8
    Merge branch 'master' into rag #1067 harshalmore31 2025-09-04 23:59:29 +0530
  • 69b47d4667
    Merge pull request #1069 from aparekh02/master Kye Gomez 2025-09-03 20:55:38 -0700
  • b58a372938 updated call mcp_ds.md in documentation #1069 Aksh Parekh 2025-09-03 20:21:21 -0700
  • f5f87912d4
    Merge pull request #1065 from aparekh02/master Kye Gomez 2025-09-03 19:07:25 -0700
  • 564cedb61d
    Merge branch 'kyegomez:master' into master #1065 Aksh Parekh 2025-09-03 19:04:12 -0700
  • d6b006c4fa [Improvement][HeavySwarm][Added tools to the agents and also initialized the agents in the __init__ removed the self.agents parameter] [improved the docs as well] Kye Gomez 2025-09-03 16:23:40 -0700
  • 5ba931a85f updates ! harshalmore31 2025-09-03 22:52:40 +0530
  • 4bdf34ee4b fixed bullets harshalmore31 2025-09-03 22:48:51 +0530
  • c38e4ba490 updated docs ! harshalmore31 2025-09-03 22:33:36 +0530
  • 8338aa89bc [Feat] Rag Docs harshalmore31 2025-09-03 12:35:05 +0530
  • 9e2da868bd doc update #1066 Aksh Parekh 2025-09-02 21:15:38 -0700
  • c26fa106ad doc update Aksh Parekh 2025-09-02 21:15:15 -0700
  • 6a97d346d5 mcp asyncio call loop error Aksh Parekh 2025-09-02 20:56:07 -0700
  • 010c0510ad updated sse to streamable #1064 Aksh Parekh 2025-09-02 20:32:14 -0700
  • 6e69c1e2d1 fix & improve docs Aksh Parekh 2025-09-02 19:55:41 -0700
  • 7b6b7c4980 [FIX][Mcp logic file path name] [Improvement][Majority voting] [Improvement][Agent markdown formatter] Kye Gomez 2025-09-02 19:33:56 -0700
  • cd75b19127
    Merge pull request #1057 from aparekh02/master Kye Gomez 2025-09-02 19:05:30 -0700
  • 4cf4321f4a
    Merge fa9e495ca7 into c86869b629 #1055 Aksh Parekh 2025-09-02 11:57:39 -0700
  • 5675235554 docs fixed [no tables], added to mkdocs.yml #1057 Aksh Parekh 2025-09-01 22:54:32 -0700
  • fc451df6a0
    Merge branch 'kyegomez:master' into master Aksh Parekh 2025-09-01 21:01:17 -0700
  • c86869b629 [MKDOCS][Firecrawl] #1062 Kye Gomez 2025-09-01 12:19:30 -0700
  • 9daee6d1dd [DOCS][Firecrawl Guides] Kye Gomez 2025-09-01 12:18:58 -0700
  • 97655835bc [Updated docs for concurrent workflow] Kye Gomez 2025-09-01 11:56:30 -0700
  • da7df166e7 [FEAT][Reasoning Integration] [Improvement][MajorityVoting Cleanup] [EXAMPLE][Firecrawl Agent] [FEAT][Streaming Callback for ConcurrentWorkflow] Kye Gomez 2025-09-01 11:52:35 -0700
  • ccd24f3a61 [DOCS][Web scraper agents] Kye Gomez 2025-08-31 14:18:27 -0700
  • 92833a8f3a deploy agent as MCP tool Aksh Parekh 2025-08-30 19:12:51 -0700
  • 3d7b378b53 agent streaming with mcp, single & multiagent Aksh Parekh 2025-08-30 19:07:09 -0700
  • 2c22eeeec8 [MCP Deployment as an agent deploy method] [improve hiearchical marketing example] Kye Gomez 2025-08-30 14:40:47 -0700
  • fa9e495ca7 traceback added #1055 Aksh Parekh 2025-08-30 14:41:20 -0700
  • ec406e9a2d
    Merge pull request #1054 from aparekh02/test-mcp-support Kye Gomez 2025-08-30 13:14:14 -0700
  • ae71584a45 closes #980, function test for mcp support #1054 Aksh Parekh 2025-08-30 12:37:36 -0700
  • 8f73b92a83 closes #980, function tests for mcp Aksh Parekh 2025-08-30 12:31:38 -0700
  • 5c79016afa [IMPROVEMENT][Remove sentence transformers from forest swarm and instead use litellm] [UPDATE][DOCs] Kye Gomez 2025-08-30 10:28:20 -0700
  • 438029dbe5 [ORGANIZE MCP EXAMPLES] Kye Gomez 2025-08-29 19:13:09 -0700
  • 30b94c0d6b [Improvement][AgentJudge][docs] [FEAT][CronJob][Callbacks for API deployments] Kye Gomez 2025-08-29 17:02:10 -0700
  • e43e4d8f73 [STRUCTS CLEANUP][Remove AgentRAGHandler] [ElectionSwarm][DynamicConversationSwarm][AOP][and more] Kye Gomez 2025-08-29 10:44:27 -0700
  • d6d1c4b162
    Merge fcee5a9b0f into 00131efced #938 harshalmore31 2025-08-29 17:38:18 +0000
  • fcee5a9b0f
    Merge branch 'master' into Fix/stream-issues #938 harshalmore31 2025-08-29 23:08:15 +0530
  • 00131efced [EXAMPLE][Jarvis Agent] [Conditional image generation in litellm for nano banana] Kye Gomez 2025-08-29 10:30:59 -0700
  • 2af47b1ecf
    Merge pull request #1046 from aparekh02/dao_updates Kye Gomez 2025-08-29 00:16:20 -0700
  • 8024429da7
    Merge pull request #1053 from aparekh02/master Kye Gomez 2025-08-28 22:32:58 -0700
  • 7e7ed1afc2 new test for ReasoningAgentRouter #1053 Aksh Parekh 2025-08-27 19:25:04 -0700
  • 8d3331cfcb
    Merge pull request #1052 from harshalmore31/qdrant-integration Kye Gomez 2025-08-27 13:34:55 -0700
  • fdc6b9ee37 updates #1052 harshalmore31 2025-08-28 01:58:43 +0530
  • 97e2d6b276
    Merge branch 'kyegomez:master' into qdrant-integration harshalmore31 2025-08-28 01:52:25 +0530
  • 1fecc98118 fixed the best practices ! harshalmore31 2025-08-28 01:46:28 +0530
  • 3f185d6927
    Merge pull request #1051 from harshalmore31/qdrant-integration Kye Gomez 2025-08-27 13:11:55 -0700
  • ff7324a7a9
    Merge branch 'master' into Fix/stream-issues harshalmore31 2025-08-28 01:00:12 +0530
  • cedc7a0062 update #1051 harshalmore31 2025-08-28 00:55:24 +0530
  • 3e17704a12 updates ! harshalmore31 2025-08-28 00:31:57 +0530
  • 5ee7c1e95d fixes ! harshalmore31 2025-08-28 00:23:58 +0530
  • b4034da069 fix harshalmore31 2025-08-28 00:17:52 +0530
  • 16f9bb804a fixes ! harshalmore31 2025-08-28 00:01:05 +0530
  • 99feba3061 updates harshalmore31 2025-08-27 23:50:28 +0530
  • 876377d0bf [feat] added qdrant_rag harshalmore31 2025-08-27 23:49:29 +0530
  • 05d3caa8ae [new example docs][exa, browser use, yahoo finance] Kye Gomez 2025-08-27 10:19:06 -0700
  • 01c670f687 updated llm.txt and agent benchmark with agents per minute Kye Gomez 2025-08-27 09:24:27 -0700
  • 820c067488 improve agent docs Kye Gomez 2025-08-26 22:36:04 -0700
  • 13a3546e59 [fix docs] Kye Gomez 2025-08-26 22:26:17 -0700