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]
5 months ago
harshalmore31
61fa99aa71
Merge branch 'master' into bugfix/Multi-Modal-+-Function-Calling-Agents
5 months ago
Kye Gomez
7277a3ffbb
mixture of agents improvement and fix and example in docs with image
5 months ago
harshalmore31
d9cab648bc
Refactor condition for tool execution to enhance readability
5 months ago
harshalmore31
57eff390a5
Refactor tool execution logic to improve handling of callable tools and None responses
5 months ago
harshalmore31
e5a5eaecea
Merge branch 'kyegomez:master' into bugfix/Multi-Modal-+-Function-Calling-Agents
5 months ago
Kye Gomez
2770b8c7bf
docs fix for the swarmns api fix
5 months ago
harshalmore31
e3f1265934
Fix: Gracefully handle None LLM responses to prevent agent crashes
5 months ago
Kye Gomez
d380cae233
feat -- multiple image processing in agent.py
5 months ago
Kye Gomez
fcf52332d1
docs, contributing.md, multi tool mcp execution, and more
5 months ago
Wxysnx
eb2fb67a51
Implement Agent Instance Caching Mechanism for ReasoningAgentRouter
5 months ago
harshalmore31
d6fa21af46
refactor: streamline tool response handling and improve error logging in LiteLLM and BaseTool
5 months ago
harshalmore31
227f8b36cc
Update swarms/tools/base_tool.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
5 months ago
harshalmore31
fb494b9ce2
refactor: enhance error handling and response validation in tool execution and output processing for multi-modal functioanlity
5 months ago
Kye Gomez
7578353d63
[DOCS][ interactive groupchat examples]
5 months ago
Wxysnx
cb353ec07b
fix import file name error
5 months ago
Wxysnx
fb9d7039c5
replace-conditionals-with-factory-pattern
5 months ago
Kye Gomez
3bc92755ff
docs cleanup
5 months ago
Kye Gomez
6c0b1fd5b0
fix docs
5 months ago
Kye Gomez
6e5bc850b7
Merge pull request #882 from ascender1729/InteractiveGroupChat
...
[fix][ui][structs][bounty-eligible] Refactor expression in interactive_groupchat.py
5 months ago
Pavan Kumar
39fc5e6757
refactor: compute workers based on cpu
5 months ago
Pavan Kumar
ca35a59f02
Use splitlines when showing system prompt
5 months ago
Kye Gomez
28cd319355
Merge pull request #878 from ascender1729/field_validator
...
[fix][compatibility][deps][bugfix][bounty-eligible] Fix field_validator syntax for Pydantic v2
5 months ago
Pavan Kumar
2e83b7247d
fix: adjust field_validator usage for pydantic v2
5 months ago
harshalmore31
2103d6a256
Merge branch 'master' into improve/conversation_integration
5 months ago
Kye Gomez
1c36a1340e
[DOCS][FIX] [interactive group chat]
5 months ago
harshalmore31
7a40494101
refactor: example usage in deep_research_swarm.py
5 months ago
harshalmore31
bf26ade931
[FEAT][DeepResearchSwarm] Enhance API search functionality and add result parsing/displaying features
5 months ago
Kye Gomez
156f98a2c2
cookbook index
5 months ago
Kye Gomez
0e0a46019d
[FEAT][InteractiveGroupChat] + [Swarms Examples][index.md]
5 months ago
Kye Gomez
cb8e023a33
[FEAT][Interactive Groupchat] + [DOCS][Agents as tools]
5 months ago
harshalmore31
ea6e928934
Enhance display_conversation method: add detailed argument for optional message details and improve formatting for in-memory display. Update export_conversation method for better handling of non-JSON file exports.
5 months ago
harshalmore31
3fa6ba22cd
Refactor Pulsar and Redis error handling, improve SQLite connection management, and enhance conversation class functionality
5 months ago
harshalmore31
5a054b0781
Merge branch 'kyegomez:master' into improve/conversation_integration
5 months ago
Kye Gomez
abf1e7bcd0
agent with tools
5 months ago
Kye Gomez
566e27755e
agent examples updates
5 months ago
harshalmore31
566dd60385
Enhance Redis conversation testing and add Supabase backend example
...
- Updated RedisConversationTester to prioritize external Redis connection, with fallback to embedded Redis.
- Improved error handling and logging during setup and cleanup processes.
- Enhanced test cases for initialization, message handling, and export/import functionality.
- Added a comprehensive example demonstrating the use of Supabase as a conversation storage backend with multi-agent collaboration.
- Created specialized agents for research tasks and an aggregator agent for synthesizing responses.
- Included environment setup checks and detailed output for better user experience.
5 months ago
Kye Gomez
6496feff10
examples re-shuffle
5 months ago
Kye Gomez
abcb5821e2
swarm_router docs
5 months ago
Kye Gomez
41c7004dcd
[NEW DOCS] [Updated swarms api documentation] [IMPR] [Improved swarms output types and automatic port]
5 months ago
harshalmore31
2b6e78a273
Update __init__.py
5 months ago
harshalmore31
502f9af174
Merge branch 'kyegomez:master' into feat/communication_supabase
5 months ago
Kye Gomez
7c9dd585bd
add numpy to requirements
5 months ago
Kye Gomez
1484be7d39
7.8.3
5 months ago
harshalmore31
a7ca3b2d4e
Remove Supabase example usage and related test files; update SupabaseConversation imports and error handling in communication module.
5 months ago
harshalmore31
baaddca45f
Merge branch 'kyegomez:master' into feat/communication_supabase
5 months ago
harshalmore31
9e24767b8a
Implement SupabaseConversation functionality and comprehensive test suite
...
- Added main script (test.py) to demonstrate SupabaseConversation features including message addition, retrieval, updating, and deletion.
- Integrated environment variable loading for Supabase configuration.
- Developed a detailed test suite (test_supabase_conversation.py) covering various functionalities such as message handling, error handling, and conversation management.
- Included tests for JSON and YAML operations, concurrent operations, and enhanced error handling.
- Utilized rich console output for improved test reporting and visualization.
- Ensured robust cleanup of test data after each test execution.
5 months ago
Kye Gomez
1f0ee6950c
tool docs
5 months ago
Kye Gomez
d8615a4bf6
[FEAT][Multi Tool Usage in Agent + BaseTool Updatess + examples updates]
6 months ago
Kye Gomez
181060e3ed
feat][agent + mcp
6 months ago
Kye Gomez
d61c218799
swarms rust documentation code
6 months ago
Kye Gomez
42aa843dbd
examples/multi-agent/council
6 months ago
Kye Gomez
5d5ac53c9e
[FEAT][CouncilAsAJudge]
6 months ago
Kye Gomez
3edf5553f7
claude 4 example
6 months ago
Kye Gomez
abce7a8af8
cleanup examples
6 months ago
Kye Gomez
bdf6885cbc
conversation
6 months ago
Kye Gomez
ab030d46b9
[feats][swarms.communication] + [docs][cleanup] + [tests][cleanup and swarms.communication]
6 months ago
Pavan Kumar
fc06897b4e
feat: add robust XML output support throughout the agentic framework ( #841 )
6 months ago
Pavan Kumar
a2d0e50feb
feat: add robust XML output support throughout the agentic framework ( #841 )
6 months ago
Kye Gomez
103952a5c7
[fix][remove agent.agent_id and just agent.id
6 months ago
Kye Gomez
97e25637e9
cort -> swarms.agents
6 months ago
Kye Gomez
ea9ecd56da
cleanup self.max_loops issue
6 months ago
Kye Gomez
48e7fd8a79
model docs
6 months ago
Kye Gomez
c43180de14
agent multi step reasoning update
6 months ago
Kye Gomez
aa7bc54e75
agent api completions docs
6 months ago
Kye Gomez
ed46063dcc
updated docs for swarms api
6 months ago
Kye Gomez
e9a7c7994c
concurrent docs updates + concurrent workflow updates
6 months ago
Kye Gomez
a5154aa26f
communication structures
6 months ago
Kye Gomez
f84a0fe9f7
hhcs fix swarms info
6 months ago
Kye Gomez
76a35d05ff
model grid
6 months ago
Kye Gomez
8b9e630e44
cleanup
6 months ago
Kye Gomez
f129895a73
graph workflow
6 months ago
Kye Gomez
c7c506d721
swarm matcher docs
6 months ago
Kye Gomez
de7e751025
cleanup init agent 10k agents a sec
6 months ago
Kye Gomez
cc387abaf6
fix system prompt, fix agent prompting swarms, new auto swarm builder, auto swarm builder docs, and more
7 months ago
Kye Gomez
3dd1855907
swarms tools
7 months ago
Kye Gomez
8aa35976f9
formatting output + create agent + agent benchmark
7 months ago
Kye Gomez
389567d2e7
swarms agent in rust docs
7 months ago
Kye Gomez
cae0db7b4d
swarms api as mcp
7 months ago
Kye Gomez
4f209580de
various bug fixes and removed mcp and other optimizations
7 months ago
Kye Gomez
d603604ccf
llama 4 examples ++ docs fix
7 months ago
Kye Gomez
b4f59aad40
llama 4 docs
7 months ago
Kye Gomez
a8b51f3150
vllm docs and cleanup
7 months ago
Kye Gomez
50d646d069
cleanup
8 months ago
Kye Gomez
4c58d1213e
Update and publish
8 months ago
Kye Gomez
09159905b0
Merge pull request #800 from ascender1729/feature/vllm-support
...
Add vLLM support with wrapper and example
8 months ago
Kye Gomez
5af454020a
[7.6.3] -- [FEAT][Agent.run() acceleration] [FIX][Groupchat]
8 months ago
ascender1729
3a034476f4
Improve tool agent error handling with custom exceptions and retry mechanism
8 months ago
ascender1729
baf163ca45
Add vLLM support with wrapper and example
8 months ago
Kye Gomez
5285b41ef5
hhcs docs cleanup
8 months ago
Kye Gomez
3c5d963c44
NEW [FEAT] -- [HHCS] [DOCS] [EXAMPLE
8 months ago
Kye Gomez
216956e5a7
docs for new agents -- reflexion + gpk
8 months ago
Kye Gomez
f487b28fef
mcp integration
8 months ago
Kye Gomez
89fc8c7609
cleanup
8 months ago
Kye Gomez
9cb2500e58
new reasoning agents -- reflexion -- agent judge -- docs
8 months ago
Kye Gomez
9c78b39291
structured outputs example
8 months ago
Kye Gomez
9b07f448ae
clean up api route docs
8 months ago
Kye Gomez
904f80d60b
feat reasoning-agent-router
8 months ago
Kye Gomez
fe6a5fde2c
reasoning duo
8 months ago
Kye Gomez
e5948b2969
swarms api examples
8 months ago
Kye Gomez
0171ddd3ae
feat -- ire agent ++ feat -- consistency agent
8 months ago
Kye Gomez
c7d56c5a5c
docs
8 months ago
Kye Gomez
aafa63c682
malt example
8 months ago
Kye Gomez
d25b43c9d9
swarms api pricing docs
8 months ago
Kye Gomez
4108bac9eb
docs cleanup
8 months ago
Kye Gomez
007eb5c011
api client update
9 months ago
harshalmore31
cd65990ade
Add get_default_tools utility function to OctoToolsSwarm
9 months ago
harshalmore31
23666c345a
Add OctoToolsSwarm and init talk_hier in swarms module
9 months ago
Kye Gomez
ecdb5690b1
hiearchical docs
9 months ago
Kye Gomez
07aee705bc
fix sequential workflow outputs
9 months ago
Kye Gomez
fe8386780f
[feature][add list, dictionary, and str outputs to swarm architectures through conversation]
9 months ago
Kye Gomez
c20f40216a
[fix][concurrentworkflow with entire history output with all of the agent's outputs
9 months ago
Kye Gomez
ea34408296
new swarms api docs and pydantic models
9 months ago
Kye Gomez
f85759d6fe
cleanup and swarm docs
9 months ago
Kye Gomez
c3c9254414
swarms api docs
9 months ago
harshalmore31
8b4d593de5
Enhanced Talk hier : A hierarchical multi-agent framework
9 months ago
Kye Gomez
fb5e1d8deb
code cleanup with black
9 months ago
Kye Gomez
45357db33a
groupchat fix
9 months ago
Kye Gomez
ed740c6585
code cleanup in auto swarm builder
9 months ago
Kye Gomez
982601614e
ui docs fix
9 months ago
Kye Gomez
146402e149
Merge pull request #776 from maldiohead/master
...
fix: groupchat needs more than 2 agents
9 months ago
Kye Gomez
311d5451b1
agent roles for routers
9 months ago
Kye Gomez
506d11601c
swarms docs ui chat gradio
9 months ago
nolan
ee442db656
fix: groupchat needs more than 2 agents
...
Signed-off-by: nolan <nolan@exvul.com>
9 months ago
Kye Gomez
07f4dd1116
remove clusterops
9 months ago
Kye Gomez
43c5845bbd
7.1.9
9 months ago
Kye Gomez
928e1ecf45
[7.1.7] [cleanup] [no clusterops] [majorityvoting fix]
9 months ago
Kye Gomez
0a39f2d48a
[7.1.2] - many files deleted
9 months ago
Kye Gomez
e7daefa610
[docs][swarms-platform]
9 months ago
Kye Gomez
630a7826b8
[cleanup][un-used tool files]
10 months ago
Kye Gomez
3140b69fbe
[7.0.4] [FEAT] [ModelRouter + docs] [docs fix] [docs][env docs]
10 months ago
Kye Gomez
abb7aa605a
[DOCKERFILE]
10 months ago
Kye Gomez
9cff6c7d1a
[cleanup]
10 months ago
Kye Gomez
834b9c5599
[DOCS] [TESTS] [LAZY LOADING]
10 months ago
Kye Gomez
2dc4684476
[tool cleanup]
10 months ago
Kye Gomez
f1600d2e43
[DOCS][LUMO]
10 months ago
Kye Gomez
283a3f0e0c
[TWITTER AGENTS]
10 months ago
Kye Gomez
6237d787f9
[docs]
10 months ago
Kye Gomez
da320bcb96
[6.9.7]
10 months ago
Kye Gomez
e06652ed8b
[UPDATE]
10 months ago
Kye Gomez
d44fbcd700
[DOCS][DOCS]
10 months ago
Kye Gomez
5e4a600d47
[DOCS][Swarm Tools example]
10 months ago
Chethan UK
66d9df1897
Imporve the UX of CLI and Add onboard examples
10 months ago
Kye Gomez
33e01f28ee
[EXAMPLES WITH VARIOUS MODELS]
10 months ago
Kye Gomez
48140c58c6
[WRAP UP]
10 months ago
Kye Gomez
b1365924d0
[EXAMPLE][Multi-AgentRouter]
10 months ago
Kye Gomez
3df461bba4
[FEATS][CSVTOAgents] [Various Bug Fixes]
10 months ago
Kye Gomez
5ecdc87f4a
[FEATS][CSVTOAgents] [Various Bug Fixes]
10 months ago
Kye Gomez
704f91fdea
[CLEANUP]
10 months ago
Kye Gomez
bb69f8e696
[CLEANUP]
10 months ago
Kye Gomez
6730883d62
[CLEANUP]
10 months ago
Kye Gomez
cd569322d3
[MultiAgentRouter]
11 months ago
Kye Gomez
79e7d20d4f
{TESTS]
11 months ago
Kye Gomez
b059bf299c
[DOCS][MCS API]
11 months ago
Kye Gomez
17e2933b29
[CLEANUP]
11 months ago
Kye Gomez
a3879c5322
[API] TESTS]
11 months ago
Kye Gomez
df76859173
[6.7.9]
11 months ago
Kye Gomez
da3f12905d
[CODE FORMATTING]
11 months ago
Kye Gomez
b53cd15c24
[AUTO SWARM BUILDER LAZY LOADING]
11 months ago
Kye Gomez
b1834a62f8
[DOCS][CLEANUP]
11 months ago
Kye Gomez
a6415364d6
[GROUPCHAT]
11 months ago
Kye Gomez
41d40eb686
Merge branch 'master' into master
11 months ago
Kye Gomez
1df09b2067
[CLEANUP]
11 months ago
patrickbdevaney
ed8684af9c
save_to_csv file name is now windows-compatible using datetime.now().strftime(%Y-%m-%dT%H-%M-%S) ; issues/694
11 months ago
Kye Gomez
321000a299
[AGENT][LiteLLM FIX] [API FIX]
11 months ago
Kye Gomez
ca60a0c117
[DOCS]
11 months ago
Kye Gomez
1cc69ba925
[FIX][Async Docs]
11 months ago
Kye Gomez
e98d618bd8
[FIX][Better Testing System]
11 months ago
Kye Gomez
9abe300548
[FEAT][Agent][save][load] [FIX][openai assistants]
11 months ago
Kye Gomez
9b1106ac91
[LOGGER FIX]
11 months ago
Kye Gomez
80187603f6
Merge branch 'master' into 668
11 months ago
Kye Gomez
246ea8cf75
[6.6.8]
11 months ago
Kye Gomez
770b4a15fd
Update auto_swarm_builder.py
11 months ago
Kye Gomez
0f46f645be
Merge pull request #664 from Occupying-Mars/krishna/artifacts_bug
...
handle artifact bug fix
11 months ago
Kye Gomez
117c9bd559
[CLEANUP]
11 months ago
Kye Gomez
3b99f3db17
[6.5.7]
11 months ago
Occupying-Mars
88da59e614
return appended entire schema
11 months ago
Occupying-Mars
f74f73124f
handle artifact bug
11 months ago
Kye Gomez
c761ec804e
Merge branch 'master' into krishna/openai_assistant
11 months ago
Occupying-Mars
ba3c997d63
update import
12 months ago
Occupying-Mars
ff51b620a9
bug fix
12 months ago
Occupying-Mars
8f4b76ef89
Merge branch 'kyegomez:master' into master
12 months ago
Kye Gomez
40a78c4d06
[CLEANUP]
12 months ago
Your Name
2f412dcdc0
[README][CLEANUP]
12 months ago
Occupying-Mars
4dafc0430b
feat: accept incoming changes
12 months ago
Your Name
3ab65bf559
[FOLDER CLEANUP]
12 months ago
Your Name
c45d73c322
[FOLDER CLEANUP]
12 months ago
Your Name
241553a976
[CLEANUP]
12 months ago
Your Name
b51840c12d
[REMOVE ARTIFACTS FROM SWARMS.ARTIFACTS]
12 months ago
Your Name
f82a57d70e
[CLEANUP]
12 months ago
Your Name
7a66cbd705
[6.4.7]
12 months ago
Your Name
c2cd677575
[DOCS][CSS]
12 months ago
Your Name
e6d616b2c3
[CLEANUP]
12 months ago
Your Name
96c50bb20c
[CLEANUP]
12 months ago
Your Name
73d23f1995
[DELETE OLD PACKAGES]
12 months ago
Your Name
b6ca99b513
[MixtureOfAgents.reference_agents -> agents]
12 months ago
Your Name
c1c98a85af
[6.2.8]
12 months ago
Your Name
9d471c2188
[ENV DOCS]
12 months ago
Your Name
0ce9ad929a
[Agent][Clusterops fixes]
12 months ago
Your Name
47a359ec34
[ERROR][Prompting Error]
1 year ago
Your Name
f34010f204
[CLEANUP ERROR]
1 year ago
Your Name
1f47866722
[REPORT ERROR LOGGER FROM UN-USED CODE]
1 year ago
Your Name
b2ed4c919b
[AGENT REARRANGE DOCS]
1 year ago
Your Name
f132ea932a
[README]
1 year ago
Your Name
f4cf551c23
[CLEANUP UN-USED FILES SUCH AS RUN_CPU decorator + other files]
1 year ago
Your Name
14fc0a9f8a
[LOGGING FIXES]
1 year ago
Your Name
54dfa692a8
[LOGGING CLEANUP]
1 year ago
Your Name
4a9a0ba3ef
[CLEANUP]
1 year ago
Your Name
2b4be2bef7
[CLEAN UP]
1 year ago
Your Name
8e374b15be
[6.0.9]
1 year ago
Your Name
0bc66981fc
[6.0.8]
1 year ago
Occupying-Mars
17976ad3f8
base openai_assistant
1 year ago
Your Name
224e4249da
[FEAT][Output file types]
1 year ago
Your Name
c2d4756d1b
[CLEANUP]
1 year ago
Your Name
92b5930414
[CLEANUP]
1 year ago
Your Name
94c71259b5
[CLEANUP]
1 year ago
Sambhav Dixit
63e0234b73
Remove file path from comments
...
make the comments more generailsed
1 year ago
Sambhav Dixit
ded744ab85
add output types to artifact
...
added support for
- md
- pdf
- py
- txt
1 year ago
Your Name
4b19e40c7b
[CLEANUP]
1 year ago
Your Name
d73f1a68c4
[FEAT][Better RAG][OUTPUT JSON]
1 year ago
Your Name
5ef4897f07
[FEATS][ run_agents_concurrently,
...
run_agents_concurrently_async,
run_single_agent,
run_agents_concurrently_multiprocess,
run_agents_sequentially,
run_agents_with_different_tasks,
run_agent_with_timeout,
run_agents_with_resource_monitoring,] + [CLEANUP]
1 year ago
Sambhav Dixit
fe39cd5393
added tools and memory responses to the json output.
1 year ago
Sambhav Dixit
062176fd8a
Update agent.py
1 year ago
Your Name
4e588ed232
[5.8.7]
1 year ago
Kye Gomez
46c206c817
Merge pull request #611 from sambhavnoobcoder/Longterm-Memory-Access-Issue
...
Ensure tool execution regardless of long-term memory usage
1 year ago
Sambhav Dixit
486a3cf0f6
changes
1 year ago
Sambhav Dixit
a0ab6af42e
style check
1 year ago
Sambhav Dixit
db821f0bd7
minor refactor
1 year ago
Sambhav Dixit
a299a5854e
proper implemenation of llm_output_parser
...
- implements the decision making , when 'choice' type output is received .
1 year ago
Sambhav Dixit
e06e898486
add section for 'choice' based responses .
...
- when response is a choice , this determines how it is handled.
- current implementation uses a placeholder for llm_output_parser , it needs to be updated ( next commit )
1 year ago
Sambhav Dixit
c60789eb54
response_args should include image
...
- other functionality remains same , code is just slightly rearranged if anything .
1 year ago
Sambhav Dixit
5d17c50a8b
Handles task assignment
...
- handles task assignment properly
1 year ago
Sambhav Dixit
8d7e07d046
update __init__
...
Added
- Tasks
- max_workers
1 year ago
Sambhav Dixit
63e00b817e
Merge branch 'kyegomez:master' into Longterm-Memory-Access-Issue
1 year ago
Your Name
8b78ab2bba
[FEAT][clusterops integration] [Updated Docs] [Updated ConcurrentWorkflow] [Updated SwarmRouter]
1 year ago
Your Name
739416ad03
[NEW UPDATE DOC FIXES]
1 year ago
Sambhav Dixit
79ef849de1
Ensure tool execution regardless of long-term memory usage
...
Modified the `run` method in the Agent class to check and execute tools after generating a response, regardless of whether long-term memory is used or not. This fixes the issue where tools were not being executed when long-term memory was present.
Changes:
- Moved tool execution check and call outside of the long-term memory
conditional block
- Ensures consistent tool usage across all agent runs
1 year ago
Your Name
91fc52bd5e
[CLEANUP]
1 year ago
Your Name
75938ae274
[FEAT][SwarmRouter in YAML]
1 year ago
Your Name
520bd5f6c2
[CLEANUP]
1 year ago
Your Name
ef41e7e98c
[EXAMPLES CLEANUP]
1 year ago
Your Name
50e3c050a4
[FEAT][SwarmRouter]
1 year ago
Your Name
b238ecf74c
[CLEANUP]
1 year ago
Your Name
b4766d7ec2
[cleanup]
1 year ago
Your Name
e22a367d9d
[FEAT][CLU][Generate Prompts]
1 year ago
Your Name
2f82a92768
[FEAT][Prompt]
1 year ago
Your Name
dbeb6bad6a
[DOCS][GOALS][CORPORATE]
1 year ago
Your Name
860fab1639
[GUIDE]
1 year ago
Your Name
1f5476d3a1
[CLEANUP]
1 year ago
Your Name
087d45f01b
[FEAT][CLI] [DOCS][CLI]
1 year ago
Your Name
edc293cb6f
[CLEANUP]
1 year ago
Your Name
c51ef4b72d
[5.6.8]
1 year ago
Your Name
989e35aaa8
[YAML]
1 year ago
Your Name
79c88e3740
[FIX][Alternative swarm architectures]
1 year ago
Your Name
c254ec1742
[DOCS]
1 year ago
Your Name
bd187f98ac
[FIX TRACK AGENT]
1 year ago
Your Name
d6ce848d72
[SWARM MODELS MIGRATION]
1 year ago
Your Name
b446eca147
[REFERENCE}
1 year ago
Your Name
93b6ee71f4
[EXPERIMENTAL]
1 year ago
Your Name
44858aa572
[CLEANUP]
1 year ago
Your Name
5d112d0358
[CLEANUP]
1 year ago
Your Name
06488efc53
[CLEANUP]
1 year ago
Your Name
d76ee3d895
[CONTRIBUTING]
1 year ago
Your Name
13f45be8ad
[5.6.8]
1 year ago
tad dy
8c312c2df2
adding changes suggested by black linter
1 year ago
tad dy
8a64e12885
Adding documentation comments to the newly added astream_events method on the Agent class
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
d01d24e9c0
[FEAT][SpreadSheetSwarm] [FEAT][TaskQueueSwarm]
1 year ago
Kye Gomez
92fc156ca4
[CLEANUP]
1 year ago
Kye Gomez
03789cce1e
[DOCS][CLEANUP]
1 year ago
Kye Gomez
0220190874
[DOCS][CLEANUP DEAD LINKS] [FEAT][Hiearchical Swarm Cleanup]
1 year ago
Kye Gomez
03a28cbacc
[[CLEANUP][hashicorp_vault], [FEATS][Swarm DFS] [Swarm MonteCarlo] [Swarm Tree] [FIXES][Schema fixes] [Logging][Fixed a bug where logs and errors would be sent into root, now an agent workspace dir] [DEMOS][Marketing Campaign] [HiearchicalSwarm]
1 year ago
Kye Gomez
0094fe1c29
[RMV][AgentOps]
1 year ago
Kye Gomez
9a79c7790e
[5.4.8]
1 year ago
Kye Gomez
52ca8c6a3b
[5.4.8]
1 year ago
Kye Gomez
f6acc4adfd
[DOCS]
1 year ago
Kye Gomez
07f8e371de
[FEAT][OpenAIFunctionCaller][Docs] + Hiearchical]
1 year ago
Nicolas Nahas
0b89904410
TOOL_CALLING FIX
1 year ago
Nicolas Nahas
0bd33ac13d
AGENTOPS FIX
1 year ago
Kye Gomez
ff7c2df6ca
[FEAT][ToolStorage]
1 year ago
Kye Gomez
790378cc53
[FEAT][ToolStorage]
1 year ago
Kye Gomez
b8badba05d
[cleanup]
1 year ago
Kye Gomez
51802e7f30
[CLEANUP]
1 year ago
Kye Gomez
3b4a510833
[DOCS][PLAYGROUND][CLEANUP]
1 year ago
Kye Gomez
0e7dc3557a
[FIXES]
1 year ago
Kye Gomez
2f47623f5d
[STRUCTS][Artifact][cleanup]
1 year ago
Kye Gomez
3013b2fc69
[CLEANUP]
1 year ago
Kye Gomez
99fb4b17f6
[DOCS]
1 year ago
Kye Gomez
4f4d5be200
[agent_run]
1 year ago
Kye Gomez
da7ba6477f
[CLEANUP]
1 year ago
Kye Gomez
450a7b7453
[FIX][Agent][list_tool_schemas -> list_base_models]
1 year ago
Kye Gomez
a811a81b9b
[CLEANUP]
1 year ago
Kye Gomez
fa1e92714b
[CLEANUP]
1 year ago
Kye Gomez
09f5ef6ee9
[DOCS][CLEANUP][Examples]
1 year ago
Kye Gomez
284ea38e81
[DOCS][Swarm Architectures]
1 year ago
Kye Gomez
7091518a34
[DOCS]
1 year ago
Kye Gomez
0ad5a12f75
Delete swarms/structs/Untitled-1.py
1 year ago
Kye Gomez
6861e1d9f0
[CLEANUP]
1 year ago
Kye Gomez
19c31e99a2
[PLAYGROUND][CLEANUP][FEAT][FireWorksAI]
1 year ago
Kye Gomez
bbbbc9e3e3
[CLEANUP]
1 year ago