Kye Gomez
dae71c765b
examples cleanup
2 months ago
Kye Gomez
ad3ce5390c
update reasoning agent router docs
2 months ago
王祥宇
b08d57931c
Merge branch 'master' into agent_judge0717
2 months ago
Kye Gomez
fbfc3f3cea
[feat][heavyswarm][docs] [demo][persona sim] [feat][electionswarm] [enhance] [agentjudge][docs]
2 months ago
王祥宇
950184b5c5
Add example for AgentJudge with evaluation criteria
2 months ago
Kye Gomez
b4410ce9a9
[FIX][Conversation] [FIX][Self Consistency, make it less decoupled from agent, now it doesn't
...
inherit from the agent class, removed code and improved self consistency docs] [fixed reasoning agent router, i
mproved the docstrings, and docs for the self consistency
2 months ago
Kye Gomez
5e3632c8e4
readme
2 months ago
Kye Gomez
9769697417
example index
2 months ago
Kye Gomez
fb389903e1
[ENHANCEMENT][HiearchicalSwarm][Massive improvements to the hiearchical swarm, simplification, flexibility, speed improvements, and much more] [DOCS][HiearchicalSwarm] [Examples][hiearchical_examples]
2 months ago
Kye Gomez
e3ef675fc1
[FEAT][ConcurrentWorkflow Dashboard] [ENHANCE][InteractiveGroupchat] [New Concurrentworkflow docs]
2 months ago
Kye Gomez
ab7781b100
example cleanup
2 months ago
Kye Gomez
d00dfa44f1
fix -- speaker functions import issue and fix agent tool usage printing with retry function
2 months ago
Kye Gomez
76b9f5162e
[feat][interactivegroupchat][random dynamic speaker functions
2 months ago
Kye Gomez
6b04ec671e
[IMPROVE][InteractiveGroupchat][Improve the prompting so the agents acknowledge eachother + speaker functions][DOCS][Improvement]
2 months ago
Kye Gomez
954c2b520e
model providers in swarms examples
2 months ago
Kye Gomez
325199f4c2
docs agent streaming with formatting name fix
2 months ago
Kye Gomez
ba1437b5dd
Merge pull request #923 from harshalmore31/bugfix/Multi-Modal-+-Function-Calling-Agents
...
Fix: Gracefully handle None LLM responses to prevent agent crashes
2 months ago
Kye Gomez
adfdabba20
[FIX][agent.py] -- self.no_print -> self.print_on] [ENHC][Improve the concurrent workflow] [collaborative prompt] [fix][improve list_all_agents prompt]
2 months ago
harshalmore31
e3f1265934
Fix: Gracefully handle None LLM responses to prevent agent crashes
2 months ago
Kye Gomez
d380cae233
feat -- multiple image processing in agent.py
2 months ago
Kye Gomez
fcf52332d1
docs, contributing.md, multi tool mcp execution, and more
2 months ago
Pavan Kumar
638ec01805
Add graph workflow example and update docs
3 months ago
Kye Gomez
64ac3125b0
docs -- aggregate example
3 months ago
Kye Gomez
7578353d63
[DOCS][ interactive groupchat examples]
3 months ago
Kye Gomez
c07356dfc3
Merge pull request #902 from ascender1729/MultiModelGPUManger
...
[docs][example][reasoningduo][bounty-eligible] Add example for batched task initialization
3 months ago
Pavan Kumar
7c4e9bb7bf
Remove unsupported max_loops argument from ReasoningDuo initialization
3 months ago
Pavan Kumar
fce6e36691
Add ReasoningDuo batch example
3 months ago
Pavan Kumar
f8f148d6e5
fix: update minimal MultiAgentRouter example and documentation
3 months ago
Pavan Kumar
6f54434091
fix: update minimal multi_agent_router example and docs for correct result handling
3 months ago
Pavan Kumar
06d79356d4
Fix MultiAgentRouter example
3 months ago
Kye Gomez
2c99a1c045
fix docs
3 months ago
Kye Gomez
0e0a46019d
[FEAT][InteractiveGroupChat] + [Swarms Examples][index.md]
3 months ago
Kye Gomez
a5567d1323
Merge pull request #867 from ascender1729/sqlite_wrap
3 months ago
Kye Gomez
b54c2c9d03
Merge pull request #869 from ascender1729/PulsarConversation
3 months ago
Kye Gomez
fc59635a6a
Merge pull request #868 from ascender1729/DuckDBConversation
3 months ago
Pavan Kumar
c9e1497460
Add Pulsar conversation example for persistent agent memory
3 months ago
Pavan Kumar
22875a6fc1
Add Pulsar conversation example
3 months ago
Kye Gomez
cb8e023a33
[FEAT][Interactive Groupchat] + [DOCS][Agents as tools]
3 months ago
Pavan Kumar
8e423c69fc
Update duckdb_agent.py
3 months ago
Pavan Kumar
b186ac3497
Add DuckDB conversation example
3 months ago
Pavan Kumar
b6b5c4df2b
Update SQLite conversation example
3 months ago
Pavan Kumar
2c63fb8547
Add SQLite conversation example
3 months ago
Kye Gomez
6496feff10
examples re-shuffle
3 months ago
Kye Gomez
41c7004dcd
[NEW DOCS] [Updated swarms api documentation] [IMPR] [Improved swarms output types and automatic port]
3 months ago
Pavan Kumar
1e5f2a288e
Update news aggregator summarizer to summarize all headlines
3 months ago
Pavan Kumar
e62afcf0ae
Add news aggregator summarizer example
3 months ago
Pavan Kumar
22735cd5bb
Remove agent_save_load_full example and non-serializable helper
3 months ago
Pavan Kumar
063b0c1546
Merge branch 'master' into update-readme-branch
3 months ago
Kye Gomez
22b96c2469
multi tool use example
3 months ago
Kye Gomez
d8615a4bf6
[FEAT][Multi Tool Usage in Agent + BaseTool Updatess + examples updates]
3 months ago
Kye Gomez
181060e3ed
feat][agent + mcp
3 months ago
Kye Gomez
d61c218799
swarms rust documentation code
3 months ago
Pavan Kumar
768467ccd5
fix: use short_memory for conversation save/load, ensure JSON file is created and loaded
3 months ago
Pavan Kumar
61cb4aab15
WIP: robust agent save/load example for conversation autosave and reload
3 months ago
Kye Gomez
42aa843dbd
examples/multi-agent/council
3 months ago
Kye Gomez
5d5ac53c9e
[FEAT][CouncilAsAJudge]
3 months ago
Kye Gomez
8d27083647
cleanup
3 months ago
Kye Gomez
ab030d46b9
[feats][swarms.communication] + [docs][cleanup] + [tests][cleanup and swarms.communication]
4 months ago
Pavan Kumar
5a089f5023
fix: robust agent serialization/deserialization and restoration of non-serializable properties (tokenizer, long_term_memory, logger_handler, agent_output, executor). Closes #640
4 months ago
Pavan Kumar
a2d0e50feb
feat: add robust XML output support throughout the agentic framework ( #841 )
4 months ago
Kye Gomez
103952a5c7
[fix][remove agent.agent_id and just agent.id
4 months ago
ascender1729
6698bd3c8b
fix: Update ollama_demo.py to use LiteLLM format
...
- Update model configuration to use LiteLLM format (ollama/llama3.2)
- Standardize model handling with 4o_mini_demo.py
- Improve output formatting and consistency
- Fix context spam issues
4 months ago
ascender1729
dd9d67e7b3
fix: Update 4o_mini_demo.py to use GPT-4o-mini model
...
- Replace Ollama local models with OpenAI GPT-4o-mini
- Resolve context spam and extraneous output issues
- Improve output formatting for medical coding diagnosis
- Closes #771
4 months ago
Kye Gomez
f129895a73
graph workflow
4 months ago
Kye Gomez
de7e751025
cleanup init agent 10k agents a sec
4 months ago
Kye Gomez
cc387abaf6
fix system prompt, fix agent prompting swarms, new auto swarm builder, auto swarm builder docs, and more
4 months ago
Kye Gomez
685c573179
Merge pull request #824 from ascender1729/fix/remove-swarm-models-dependency
...
fix: Remove swarm_models dependency and simplify Agent initialization
4 months ago
ascender1729
fce26aed2d
refactor: update docs and examples to use model_name parameter instead of swarm_models
4 months ago
Kye Gomez
0012de1a69
examples cleanup
4 months ago
Kye Gomez
3dd1855907
swarms tools
4 months ago
Kye Gomez
99a277f92b
deployment solutions
5 months ago
Kye Gomez
4f209580de
various bug fixes and removed mcp and other optimizations
5 months ago
Kye Gomez
b4f59aad40
llama 4 docs
5 months ago
Kye Gomez
9e52aec4a2
example root cleanup
5 months ago
Kye Gomez
a8b51f3150
vllm docs and cleanup
5 months ago
Kye Gomez
09159905b0
Merge pull request #800 from ascender1729/feature/vllm-support
...
Add vLLM support with wrapper and example
5 months ago
Kye Gomez
5af454020a
[7.6.3] -- [FEAT][Agent.run() acceleration] [FIX][Groupchat]
5 months ago
ascender1729
baf163ca45
Add vLLM support with wrapper and example
5 months ago
Kye Gomez
9cb2500e58
new reasoning agents -- reflexion -- agent judge -- docs
5 months ago
Kye Gomez
9c78b39291
structured outputs example
6 months ago
Kye Gomez
9b07f448ae
clean up api route docs
6 months ago
Kye Gomez
0171ddd3ae
feat -- ire agent ++ feat -- consistency agent
6 months ago
Kye Gomez
5477635441
updated swarms docs
6 months ago
Kye Gomez
c20f40216a
[fix][concurrentworkflow with entire history output with all of the agent's outputs
6 months ago
Kye Gomez
a0acc1a18e
cleanup
6 months ago
Kye Gomez
db00b43c7b
cuda_swarm -> examples
6 months ago
Kye Gomez
506d11601c
swarms docs ui chat gradio
7 months ago
Kye Gomez
928e1ecf45
[7.1.7] [cleanup] [no clusterops] [majorityvoting fix]
7 months ago
Kye Gomez
fb494267eb
cleanup
7 months ago
Kye Gomez
de0ed03454
example cleanup
7 months ago
Kye Gomez
2e6b2df013
docker fix
7 months ago
Kye Gomez
e7daefa610
[docs][swarms-platform]
7 months ago
Kye Gomez
630a7826b8
[cleanup][un-used tool files]
7 months ago
Kye Gomez
0e95f1c839
[DOCS][Update]
7 months ago
Chethan UK
66d9df1897
Imporve the UX of CLI and Add onboard examples
8 months ago
Your Name
f69c25a454
[CLEANUP][EXAMPLES]
11 months ago
Your Name
75938ae274
[FEAT][SwarmRouter in YAML]
11 months ago
Your Name
520bd5f6c2
[CLEANUP]
11 months ago
Your Name
ef41e7e98c
[EXAMPLES CLEANUP]
11 months ago
Your Name
dae3856528
[EXAMPLES CLEANUP]
11 months ago
Your Name
80490b6c08
[README]
11 months ago
Your Name
fe646cc2fc
[FEAT][SwarmRouter]
11 months ago
Your Name
50e3c050a4
[FEAT][SwarmRouter]
11 months ago
Your Name
8ecd179211
[CLEANUP]
11 months ago
Your Name
e22a367d9d
[FEAT][CLU][Generate Prompts]
11 months ago
Your Name
087d45f01b
[FEAT][CLI] [DOCS][CLI]
11 months ago
Your Name
49498d829e
[CLEANUP]
11 months ago
Your Name
6be0db2c16
[UPDATED DOCS]
11 months ago
Your Name
6be667bba4
[DOCS CLEANUP]
11 months ago
Your Name
edc293cb6f
[CLEANUP]
11 months ago
Your Name
c5eab56eff
[CLEANUP]
11 months ago
Your Name
989e35aaa8
[YAML]
11 months ago
Your Name
c254ec1742
[DOCS]
12 months ago
Your Name
bd187f98ac
[FIX TRACK AGENT]
12 months ago
Kye Gomez
8e0eceefee
Delete examples/agents/o1_preview 2.py
12 months ago
Your Name
d6ce848d72
[SWARM MODELS MIGRATION]
12 months ago
Your Name
ddd2c01af3
[DOCS][CLEANUP]
12 months ago
Your Name
b73be05953
[DOCS][CLEANUP]
12 months ago
Your Name
ab8e97709f
[EXPERIMENTAL]
12 months ago
Your Name
93b6ee71f4
[EXPERIMENTAL]
12 months ago
Your Name
44858aa572
[CLEANUP]
12 months ago
Your Name
5d112d0358
[CLEANUP]
12 months ago
Your Name
46726f9974
[CLEANUP][Models]
12 months ago
Your Name
06488efc53
[CLEANUP]
12 months ago
Your Name
d76ee3d895
[CONTRIBUTING]
12 months ago
Your Name
13f45be8ad
[5.6.8]
12 months ago
tad dy
10b92ec6c3
reorganizing placement of rearrange_swarm example in examples folder
1 year ago
tad dy
92675ef081
adding NON-BREAKING/BACKWARDS-COMPATIBLE support for LangChain's v1 astream events to the AgentRearrange & Agent classes PLUS added an example of how to use it
1 year ago
Kye Gomez
7204f0edb4
[README]
1 year ago
Kye Gomez
d01d24e9c0
[FEAT][SpreadSheetSwarm] [FEAT][TaskQueueSwarm]
1 year ago