Commit Graph

  • d451d262a1
    Merge pull request #943 from kyegomez/dependabot/pip/ruff-gte-0.5.1-and-lt-0.12.3 Kye Gomez 2025-07-08 21:57:44 -0700
  • d8edaccf27
    Merge pull request #940 from kyegomez/dependabot/github_actions/actions/cache-4 Kye Gomez 2025-07-08 21:57:34 -0700
  • d18723fd99
    Merge pull request #944 from harshalmore31/improve/vision Kye Gomez 2025-07-08 21:57:03 -0700
  • fe6eff9be5 Fix error handling, typos, and document ingestion logic in Agent class #949 cursor/fix-three-bugs-in-the-codebase-203c Cursor Agent 2025-07-08 22:00:45 +0000
  • 3d89664193 Add vision support tests and enhance URL processing validation #944 harshalmore31 2025-07-08 22:58:16 +0530
  • 0105c95851 cleanup ! harshalmore31 2025-07-08 21:39:14 +0530
  • 81a6040527 fixes and clean up ! harshalmore31 2025-07-08 21:37:31 +0530
  • 7ec57fe39e Refactor vision processing methods to streamline direct URL handling and remove deprecated functionality harshalmore31 2025-07-08 21:31:52 +0530
  • 629a571a05
    Merge branch 'master' into improve/vision harshalmore31 2025-07-08 20:02:40 +0530
  • b3616314a3 [FEAT] Add test images for multimodal tests harshalmore31 2025-07-08 19:32:37 +0530
  • 95e544c10b [FIX] Update parameter name from 'llm' to 'model_name' in Agent instantiation across tests harshalmore31 2025-07-08 08:10:42 +0530
  • f3e26623ae [FEAT][GitHub Actions] Add comprehensive testing workflow and test suite harshalmore31 2025-07-08 07:26:21 +0530
  • 73dca28bd5 cleanup reasoning agentsg Kye Gomez 2025-07-07 09:36:42 -0700
  • e3ef675fc1 [FEAT][ConcurrentWorkflow Dashboard] [ENHANCE][InteractiveGroupchat] [New Concurrentworkflow docs] Kye Gomez 2025-07-07 09:34:41 -0700
  • 1ab3eeea55
    Merge pull request #915 from Wxysnx/feature/2025062104 Kye Gomez 2025-07-07 08:34:58 -0700
  • c657ed3aa4 Enhance vision processing by supporting direct URL usage and adding utility methods for processing info harshalmore31 2025-07-07 20:42:47 +0530
  • 80ba0db1a1
    Update ruff requirement from >=0.5.1,<0.11.14 to >=0.5.1,<0.12.3 #943 dependabot[bot] 2025-07-07 13:24:23 +0000
  • b5cc2d8901
    Update transformers requirement #942 dependabot[bot] 2025-07-07 13:20:41 +0000
  • 02e3ebcba5
    Bump aquasecurity/trivy-action from 0.31.0 to 0.32.0 #941 dependabot[bot] 2025-07-07 13:13:58 +0000
  • 41796013c4
    Bump actions/cache from 3 to 4 #940 dependabot[bot] 2025-07-07 13:05:06 +0000
  • 55c161bd2e
    Merge branch 'master' into feature/2025062104 #915 王祥宇 2025-07-07 10:37:36 +0800
  • 45866bcd39
    Merge branch 'master' into Fix/stream-issues harshalmore31 2025-07-05 19:50:36 +0530
  • c96b9e1160 github actions stuff Kye Gomez 2025-07-04 14:26:31 -0700
  • ccddb17ccc refactor streaming response handling in Formatter class; implement lock for concurrent Live panel management and improve error handling harshalmore31 2025-07-05 01:45:35 +0530
  • 638d81c338 refactor Agent class by removing commented-out tool execution method; for improved readability harshalmore31 2025-07-05 00:38:37 +0530
  • a69485c288 enhance streaming response handling by collecting chunks for detailed conversation history; add callback for real-time chunk logging harshalmore31 2025-07-05 00:33:19 +0530
  • 840dce779b refactor agent class to streamline tool call handling and improve task reference management; enhance logging for API response parsing in base tool harshalmore31 2025-07-05 00:10:41 +0530
  • 5029e7644b enhance tool-call coordination and streaming behavior in Agent class harshalmore31 2025-07-04 23:20:22 +0530
  • ab7781b100 example cleanup Kye Gomez 2025-07-04 01:40:27 -0700
  • c7c1ea16f5 removed is_last parameter which messed up sequential workflow Kye Gomez 2025-07-04 01:38:00 -0700
  • 3c0298fe3e fix swarm router and now sequential workflow Kye Gomez 2025-07-04 01:35:24 -0700
  • bcd8a31417 [FIX][ConcurrentWorkflow] Kye Gomez 2025-07-04 00:50:35 -0700
  • 79bf0ca313 fix -- swarm router prompt Kye Gomez 2025-07-04 00:47:13 -0700
  • d00dfa44f1 fix -- speaker functions import issue and fix agent tool usage printing with retry function Kye Gomez 2025-07-03 10:51:58 -0700
  • 440bc288bf
    Merge branch 'master' into feat/921-stream #935 harshalmore31 2025-07-03 10:35:14 +0530
  • 327e0d7ac3 docs.agents index duplicate Kye Gomez 2025-07-02 21:02:21 -0700
  • 04db212bb4 best practices for swarms api docs Kye Gomez 2025-07-02 20:53:03 -0700
  • 29db87030d multi agent architectures list Kye Gomez 2025-07-02 20:51:37 -0700
  • 55a31c38f0 swarms api docs simple Kye Gomez 2025-07-02 20:41:13 -0700
  • 98e24d2b0c docs agent fix Kye Gomez 2025-07-02 20:39:31 -0700
  • 455306f034 swarms api rate limits Kye Gomez 2025-07-02 20:27:58 -0700
  • 161312a0aa docs reformatting guides, and cleanup of swarms api server Kye Gomez 2025-07-02 20:25:24 -0700
  • 34992c8ed9 [docs][InteractiveGroupchat] Kye Gomez 2025-07-02 15:51:58 -0700
  • 76b9f5162e [feat][interactivegroupchat][random dynamic speaker functions Kye Gomez 2025-07-02 15:51:16 -0700
  • b14932414e refactor: update panel printing to use white text and random color borders harshalmore31 2025-07-02 09:38:24 +0530
  • e44c614b2a
    Merge branch 'kyegomez:master' into feat/921-stream harshalmore31 2025-07-02 09:03:30 +0530
  • 5343590656 new interactive groupchat example Kye Gomez 2025-07-01 14:11:43 -0700
  • cc6bfed4be cleanup docs Kye Gomez 2025-07-01 14:06:55 -0700
  • 440dffcf51 examples section docs cleanup Kye Gomez 2025-07-01 14:04:25 -0700
  • b13463a2a0 delete docs expand Kye Gomez 2025-07-01 13:57:47 -0700
  • 2986daf23d finally docs fix Kye Gomez 2025-07-01 13:55:32 -0700
  • e495427b2b nav fix Kye Gomez 2025-07-01 13:49:17 -0700
  • 886fafd58c docs features Kye Gomez 2025-07-01 13:45:45 -0700
  • 07acbdecce docs cleanup Kye Gomez 2025-07-01 13:36:53 -0700
  • 41900dbedf cleanup docs Kye Gomez 2025-07-01 13:33:49 -0700
  • 5793c859f2 docs fix Kye Gomez 2025-07-01 13:30:24 -0700
  • 2072c08297
    Merge branch 'master' into feat/921-stream harshalmore31 2025-07-02 01:56:25 +0530
  • c3e8ad99cb refactor: improve pretty_print method to enhance clarity and fixed print_on = True by default harshalmore31 2025-07-02 01:53:39 +0530
  • cb657306d7 nav fix Kye Gomez 2025-07-01 13:12:39 -0700
  • 3ca109909a fix mkdocs.yml Kye Gomez 2025-07-01 13:05:03 -0700
  • 13a5c8eab8 docs fix Kye Gomez 2025-07-01 13:02:55 -0700
  • 6b04ec671e [IMPROVE][InteractiveGroupchat][Improve the prompting so the agents acknowledge eachother + speaker functions][DOCS][Improvement] Kye Gomez 2025-07-01 12:37:52 -0700
  • 21b4e89499
    Merge pull request #933 from harshalmore31/feat/921-stream Kye Gomez 2025-07-01 10:10:54 -0700
  • df8c6afe5b
    Merge branch 'kyegomez:master' into feat/921-stream #933 harshalmore31 2025-07-01 11:19:59 +0530
  • 1bf76f2546 readme Kye Gomez 2025-06-30 14:36:01 -0700
  • 6c44ad1f80
    Merge branch 'kyegomez:master' into feat/921-stream harshalmore31 2025-07-01 00:12:05 +0530
  • b1a3b32f1a Merge branch 'feat/921-stream' of https://github.com/harshalmore31/swarms into feat/921-stream harshalmore31 2025-07-01 00:04:04 +0530
  • 3b37542f77 Update agent parameters for improved streaming functionality and response clarity harshalmore31 2025-07-01 00:03:56 +0530
  • e66dc482d7 readme Kye Gomez 2025-06-30 11:32:53 -0700
  • 586f2d8a39
    Merge branch 'kyegomez:master' into feat/921-stream harshalmore31 2025-07-01 00:02:49 +0530
  • d0efa7ab96 Refactor agent initialization parameters for improved clarity and functionality harshalmore31 2025-07-01 00:02:14 +0530
  • deaee92852 swarm architectures Kye Gomez 2025-06-30 11:31:53 -0700
  • b32ffc1ab6 feature set doc link Kye Gomez 2025-06-30 11:30:12 -0700
  • a25741ffd4
    Merge branch 'kyegomez:master' into feat/921-stream harshalmore31 2025-06-30 23:57:56 +0530
  • 66c07f3a5a readme and feature docs Kye Gomez 2025-06-30 11:27:10 -0700
  • 50a69950f2 Refactor agent streaming behavior and update formatter panel title color harshalmore31 2025-06-30 23:28:05 +0530
  • 4c30491b2c feature set docs Kye Gomez 2025-06-30 11:25:46 -0700
  • 20c3d8a19c Refactor streaming response formatting and printing logic for improved clarity and functionality harshalmore31 2025-06-30 22:03:32 +0530
  • d9feff11af readme Kye Gomez 2025-06-30 11:24:58 -0700
  • d49e852f93 readme formatting Kye Gomez 2025-06-30 11:20:43 -0700
  • e83af4e54a readme Kye Gomez 2025-06-30 11:20:04 -0700
  • 2abefe0c22 moa example Kye Gomez 2025-06-30 11:18:47 -0700
  • 9c96a92655 readme links Kye Gomez 2025-06-30 11:17:53 -0700
  • 13aec2976e readme Kye Gomez 2025-06-30 11:10:23 -0700
  • c297fa8749 readme Kye Gomez 2025-06-30 11:09:52 -0700
  • 09cab67a11 readme Kye Gomez 2025-06-30 11:05:24 -0700
  • a7f5a4a4ca readme Kye Gomez 2025-06-30 11:03:46 -0700
  • 30951c41ad readme Kye Gomez 2025-06-30 11:00:08 -0700
  • 3cd490cd9e readme Kye Gomez 2025-06-30 10:52:00 -0700
  • b4841115df cleanup readme guides and walkthroughs Kye Gomez 2025-06-30 10:50:52 -0700
  • ebeee30c6d readme Kye Gomez 2025-06-30 10:49:47 -0700
  • 8300ea6d76 readme Kye Gomez 2025-06-30 10:48:13 -0700
  • 6084ebc7b5 readme Kye Gomez 2025-06-30 10:45:46 -0700
  • c6f7ee7c97
    Bump pypdf from 5.1.0 to 5.7.0 #930 dependabot[bot] 2025-06-30 13:08:34 +0000
  • c13b6dded1
    Update ruff requirement from >=0.5.1,<0.11.14 to >=0.5.1,<0.12.2 #929 dependabot[bot] 2025-06-30 12:58:58 +0000
  • a070d447ea contributors section Kye Gomez 2025-06-29 23:29:54 -0700
  • 45ac282461 contributors docs sections Kye Gomez 2025-06-29 23:25:44 -0700
  • ec43ba46ea docs contributors Kye Gomez 2025-06-29 23:23:41 -0700
  • 06f8741f8f
    Update README.md Kye Gomez 2025-06-29 23:14:30 -0700
  • 1f31c769be
    Update README.md Kye Gomez 2025-06-29 23:13:41 -0700