Commit Graph

  • baaddca45f
    Merge branch 'kyegomez:master' into feat/communication_supabase harshalmore31 2025-06-02 22:20:06 +0530
  • 9e24767b8a Implement SupabaseConversation functionality and comprehensive test suite harshalmore31 2025-06-02 22:05:53 +0530
  • 264950bc4c
    Update ruff requirement from >=0.5.1,<0.11.9 to >=0.5.1,<0.11.13 #860 dependabot[bot] 2025-06-02 10:41:04 +0000
  • 7a449c0809
    Bump pypdf from 5.1.0 to 5.6.0 #859 dependabot[bot] 2025-06-02 10:36:15 +0000
  • 1f0ee6950c tool docs Kye Gomez 2025-06-02 01:02:43 -0700
  • 26d5047f76 base tool reference Kye Gomez 2025-05-31 22:27:18 -0700
  • d8615a4bf6 [FEAT][Multi Tool Usage in Agent + BaseTool Updatess + examples updates] Kye Gomez 2025-05-31 20:56:28 -0700
  • 764961c1a0 structured docs outputs Kye Gomez 2025-05-29 16:49:08 -0700
  • b02b413aa7 detailed process breakdown agent mcp docs Kye Gomez 2025-05-29 16:32:59 -0700
  • e42ba75e03 agent mcp docs Kye Gomez 2025-05-29 16:30:49 -0700
  • 4ce24002a0 fix docs for agent mcp Kye Gomez 2025-05-29 16:23:27 -0700
  • 669892c6ee mcp agent docs fix + links fix like discord links Kye Gomez 2025-05-29 16:22:50 -0700
  • 73597f1c35 example cleaanup Kye Gomez 2025-05-29 16:16:19 -0700
  • 181060e3ed feat][agent + mcp Kye Gomez 2025-05-29 16:15:47 -0700
  • d61c218799 swarms rust documentation code Kye Gomez 2025-05-27 12:20:34 -0700
  • 120d6a829f
    Merge pull request #857 from ascender1729/fix/structs-index-agent-init Kye Gomez 2025-05-27 12:02:35 -0700
  • c2fe9df7d6
    Merge pull request #856 from ascender1729/refactor/agent-initialization Kye Gomez 2025-05-27 10:05:31 -0700
  • 9aaff48a2c fix(structs): simplify Agent initialization example in index.md #857 Pavan Kumar 2025-05-26 15:12:37 +0000
  • bc14d1141b refactor: switch Medical Coder Agent to use built-in model_name parameter #856 Pavan Kumar 2025-05-26 14:52:03 +0000
  • 9c58a314bb update: README and examples removing usage of swarms.models and directly integrating models into agents using LiteLLM Pavan Kumar 2025-05-26 14:16:06 +0000
  • e25295b148
    Merge branch 'master' into fix/agent-serialization-restore #850 Pavan Kumar 2025-05-26 19:16:12 +0530
  • 768467ccd5 fix: use short_memory for conversation save/load, ensure JSON file is created and loaded Pavan Kumar 2025-05-26 13:44:06 +0000
  • 61cb4aab15 WIP: robust agent save/load example for conversation autosave and reload Pavan Kumar 2025-05-26 13:31:58 +0000
  • 44683e2687
    Bump pydantic from 2.11.4 to 2.11.5 #854 dependabot[bot] 2025-05-26 10:42:49 +0000
  • 419bf42863
    Update ruff requirement from >=0.5.1,<0.11.9 to >=0.5.1,<0.11.12 #853 dependabot[bot] 2025-05-26 10:42:21 +0000
  • e10e0ee4e0
    Update transformers requirement #852 dependabot[bot] 2025-05-26 10:41:51 +0000
  • 42aa843dbd examples/multi-agent/council Kye Gomez 2025-05-24 01:18:20 -0700
  • a6fcac5c4d mermaid diagram for council of judges Kye Gomez 2025-05-23 11:53:09 -0700
  • 703a04d057 councol of judges docs fix Kye Gomez 2025-05-23 11:50:02 -0700
  • 250df72855 docs for council of judges Kye Gomez 2025-05-23 11:47:48 -0700
  • 5d5ac53c9e [FEAT][CouncilAsAJudge] Kye Gomez 2025-05-23 11:45:36 -0700
  • 3edf5553f7 claude 4 example Kye Gomez 2025-05-22 17:02:31 -0700
  • abce7a8af8 cleanup examples Kye Gomez 2025-05-21 20:55:16 -0700
  • 8d27083647 cleanup Kye Gomez 2025-05-20 18:51:27 -0700
  • 70005a1f32 docs overview Kye Gomez 2025-05-20 18:22:29 -0700
  • e1e3edd221 overview for multi-agent docs Kye Gomez 2025-05-20 17:56:59 -0700
  • bdf6885cbc conversation Kye Gomez 2025-05-20 17:39:44 -0700
  • ab030d46b9 [feats][swarms.communication] + [docs][cleanup] + [tests][cleanup and swarms.communication] Kye Gomez 2025-05-19 23:27:08 -0700
  • e978842faf
    Update ruff requirement from >=0.5.1,<0.11.9 to >=0.5.1,<0.11.11 #851 dependabot[bot] 2025-05-19 10:24:40 +0000
  • d40589e720 fix: use LiteLLM tokenizer for agent restoration; robust non-serializable property handling Pavan Kumar 2025-05-18 07:02:52 +0000
  • 772460f5e3 fix: remove transformers import and tokenizer restoration logic from agent_non_serializable.py (resolves undefined import error) Pavan Kumar 2025-05-18 06:48:42 +0000
  • 5a089f5023 fix: robust agent serialization/deserialization and restoration of non-serializable properties (tokenizer, long_term_memory, logger_handler, agent_output, executor). Closes #640 Pavan Kumar 2025-05-18 06:13:18 +0000
  • 3e243a943a
    Merge pull request #849 from ascender1729/feat/xml-support Kye Gomez 2025-05-17 17:52:03 -0700
  • fc06897b4e feat: add robust XML output support throughout the agentic framework (#841) #849 Pavan Kumar 2025-05-17 22:16:48 +0000
  • a2d0e50feb feat: add robust XML output support throughout the agentic framework (#841) Pavan Kumar 2025-05-17 22:13:40 +0000
  • cd074d0f6e
    Merge branch 'kyegomez:master' into master Pavan Kumar 2025-05-18 02:01:27 +0530
  • 103952a5c7 [fix][remove agent.agent_id and just agent.id Kye Gomez 2025-05-16 23:06:00 -0700
  • f21272930f cerebras Kye Gomez 2025-05-16 22:55:04 -0700
  • 5a9b56223e cerebas example md Kye Gomez 2025-05-16 22:44:41 -0700
  • 9a89f39700
    Merge pull request #847 from ascender1729/fix/4o-mini-771-clean Kye Gomez 2025-05-16 22:27:22 -0700
  • 962d12f371
    Merge branch 'kyegomez:master' into master Pavan Kumar 2025-05-17 01:43:54 +0530
  • 6698bd3c8b fix: Update ollama_demo.py to use LiteLLM format #847 ascender1729 2025-05-17 01:42:31 +0530
  • dd9d67e7b3 fix: Update 4o_mini_demo.py to use GPT-4o-mini model ascender1729 2025-05-16 21:55:55 +0530
  • f2be24ed0a
    Merge branch 'master' into feat/xml-support-841 #845 Pavan Kumar 2025-05-15 22:19:14 +0530
  • d454ac4020
    Merge branch 'master' into fix/ollama-context-spam-771 #846 Pavan Kumar 2025-05-15 22:13:03 +0530
  • 4ef1de6b46 [FIX] Update o3mini_demo.py to use OpenAIChat and avoid context spam with local models. Closes #771 ascender1729 2025-05-15 16:28:34 +0000
  • 88450e5a63 [FIX] Add clean GPT-4o-mini demo (o3mini_gpt4o_demo.py) with no context spam, for comparison with Ollama local models ascender1729 2025-05-15 16:24:49 +0000
  • 97e25637e9 cort -> swarms.agents Kye Gomez 2025-05-14 18:33:48 -0700
  • cea6572f0f Add agent_xml_demo.py: Demo agent for XML output with OpenAI GPT-4o-mini ascender1729 2025-05-14 00:21:13 +0000
  • ea9ecd56da cleanup self.max_loops issue Kye Gomez 2025-05-13 15:16:57 -0700
  • 7a62ef4b5b [FEAT] XML support #841: Add XML output type, formatter, and utilities; tests included Pavan Kumar 2025-05-13 18:08:36 +0000
  • 6c21dfce9e Fix LLM serialization issue in Agent class #844 ascender1729 2025-05-13 21:40:35 +0530
  • 84bb4b17c9 feat: enhance LiteLLM tokenizer with flexible model support and improved error handling #843 ascender1729 2025-05-13 20:08:34 +0530
  • 16b5896f07 Reapply "model docs" ascender1729 2025-05-13 19:36:01 +0530
  • ead6bf55ea Revert "model docs" ascender1729 2025-05-13 19:34:49 +0530
  • 3ecff082a1 feat: implement flexible tokenizer serialization/deserialization ascender1729 2025-05-13 19:22:49 +0530
  • 48e7fd8a79 model docs Kye Gomez 2025-05-12 13:01:36 -0700
  • e3dbc89f76
    Bump pypdf from 5.1.0 to 5.5.0 #840 dependabot[bot] 2025-05-12 11:14:14 +0000
  • 95048a7612
    Update ruff requirement from >=0.5.1,<0.11.9 to >=0.5.1,<0.11.10 #839 dependabot[bot] 2025-05-12 11:08:49 +0000
  • c43180de14 agent multi step reasoning update Kye Gomez 2025-05-11 01:43:51 -0700
  • 048a47931e cleanuped up api docs Kye Gomez 2025-05-10 14:30:45 -0700
  • aa7bc54e75 agent api completions docs Kye Gomez 2025-05-10 14:25:27 -0700
  • 89d42e18db cleanup Kye Gomez 2025-05-09 14:53:04 -0700
  • ed46063dcc updated docs for swarms api Kye Gomez 2025-05-09 12:35:45 -0700
  • bef75c9f2e fix(agent): Implement logger handler serialization - Add _serialize_logger_handler and _deserialize_logger_handler methods - Update save/load methods to handle logger serialization - Add real-world usage test - Fix file path handling for cross-platform compatibility #838 ascender1729 2025-05-09 21:45:42 +0530
  • e9a7c7994c concurrent docs updates + concurrent workflow updates Kye Gomez 2025-05-08 17:37:11 -0700
  • 688c9eab05
    Merge pull request #837 from ascender1729/graph-workflow-doc-example Kye Gomez 2025-05-08 10:06:34 -0700
  • 2dec3680eb Add example and update graph_workflow.md to match documentation #837 ascender1729 2025-05-08 21:56:30 +0530
  • a5154aa26f communication structures Kye Gomez 2025-05-07 16:18:33 -0700
  • 26033cefd1
    Merge pull request #833 from kyegomez/dependabot/pip/pydantic-2.11.4 Kye Gomez 2025-05-07 14:18:48 -0700
  • 78480a6467
    Merge pull request #834 from kyegomez/dependabot/pip/pymdown-extensions-approx-eq-10.15 Kye Gomez 2025-05-07 14:18:40 -0700
  • aa1652236c
    Merge pull request #835 from kyegomez/dependabot/pip/ruff-gte-0.5.1-and-lt-0.11.9 Kye Gomez 2025-05-07 14:18:33 -0700
  • f84a0fe9f7 hhcs fix swarms info Kye Gomez 2025-05-07 13:52:10 -0700
  • d06610c6e5
    Merge pull request #836 from ascender1729/fix/update-multi-agent-examples Kye Gomez 2025-05-07 13:33:17 -0700
  • 36c4fd26c1 Update multi-agent collaboration examples #836 ascender1729 2025-05-07 20:32:40 +0530
  • f87343770b Update multi-agent collaboration examples ascender1729 2025-05-07 20:29:06 +0530
  • 76a35d05ff model grid Kye Gomez 2025-05-05 20:41:29 -0700
  • cfbf3b2f90 requirements.txt Kye Gomez 2025-05-05 17:04:44 -0700
  • 8b9e630e44 cleanup Kye Gomez 2025-05-05 17:04:00 -0700
  • a97ee72221 readme Kye Gomez 2025-05-05 16:59:58 -0700
  • f129895a73 graph workflow Kye Gomez 2025-05-05 16:41:06 -0700
  • c7c506d721 swarm matcher docs Kye Gomez 2025-05-05 16:38:35 -0700
  • de7e751025 cleanup init agent 10k agents a sec Kye Gomez 2025-05-05 15:40:07 -0700
  • 4062a16982
    Update ruff requirement from >=0.5.1,<0.11.8 to >=0.5.1,<0.11.9 #835 dependabot[bot] 2025-05-05 11:08:44 +0000
  • 9b92a632f3
    Update pymdown-extensions requirement from ~=10.14 to ~=10.15 #834 dependabot[bot] 2025-05-05 11:06:25 +0000
  • b7f7524638
    Bump pydantic from 2.10.6 to 2.11.4 #833 dependabot[bot] 2025-05-05 11:04:58 +0000
  • 72ef4fc43f
    Merge eb5eca7c80 into f49eb0d8aa #770 harshalmore31 2025-05-04 14:16:08 +0530
  • f49eb0d8aa
    Merge pull request #825 from kyegomez/dependabot/pip/ruff-gte-0.5.1-and-lt-0.11.8 Kye Gomez 2025-05-03 19:56:59 -0700
  • 4a9dbc4194
    Merge e6eccf1db3 into 260b01e540 #754 georgesh 2025-05-04 09:43:30 +0800
  • 260b01e540
    Merge pull request #832 from ascender1729/update-diy-memory-md Kye Gomez 2025-05-02 19:22:53 -0700