Commit Graph

434 Commits (97ebbb9e55b22f0f96b5a766c9c65aed98a56f70)

Author SHA1 Message Date
CI-DEV 2608ed0ff2
Add files via upload
1 month ago
CI-DEV c2555675ae
Add files via upload
1 month ago
CI-DEV 4cdc9b5bfc
Create benchmark_results.csv
1 month ago
CI-DEV 4bd532c967
Create aop_benchmark.py
1 month ago
Kye Gomez ea30c40d74 [EXPORT AOP] [BUG][#1108]
1 month ago
Kye Gomez 3de4c78bfe remove docstring parser
1 month ago
Kye Gomez ede23de101 [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples]
1 month ago
CI-DEV 147f277733
Update test_comprehensive_test.py
1 month ago
CI-DEV 055bf3171e
Update test_comprehensive_test.py
1 month ago
CI-DEV 4442ab5e03
Update test_comprehensive_test.py
1 month ago
Kye Gomez 42d93f91c5 [IMPROVEMENT][Improve SpreadSheetSwarm, make it truly concurrent, improve csv logging, improve docs, new examples]
2 months ago
Kye Gomez 7b6b7c4980 [FIX][Mcp logic file path name] [Improvement][Majority voting] [Improvement][Agent markdown formatter]
2 months ago
Kye Gomez da7df166e7 [FEAT][Reasoning Integration] [Improvement][MajorityVoting Cleanup] [EXAMPLE][Firecrawl Agent] [FEAT][Streaming Callback for ConcurrentWorkflow]
2 months ago
Kye Gomez ccd24f3a61 [DOCS][Web scraper agents]
2 months ago
Aksh Parekh ae71584a45 closes #980, function test for mcp support
2 months ago
Aksh Parekh 8f73b92a83 closes #980, function tests for mcp
2 months ago
Kye Gomez 5c79016afa [IMPROVEMENT][Remove sentence transformers from forest swarm and instead use litellm] [UPDATE][DOCs]
2 months ago
Kye Gomez 30b94c0d6b [Improvement][AgentJudge][docs] [FEAT][CronJob][Callbacks for API deployments]
2 months ago
Aksh Parekh 7e7ed1afc2 new test for ReasoningAgentRouter
2 months ago
Kye Gomez 01c670f687 updated llm.txt and agent benchmark with agents per minute
2 months ago
Kye Gomez ee9acaa6c2 [DOCS][Fix docs with old swarms_model code]
2 months ago
Kye Gomez adb6930439 [EXAMPLES CLEANUP] [FIX][SwarmMatcher] [Remove old examples]
2 months ago
CI-DEV 8c7e746a01
Create test_md_output.py
2 months ago
Kye Gomez 0930a17512 [FIX][AgentLoader] [NEW DOCS][MKDOCS.yaml]
3 months ago
Kye Gomez bb46bd9f94 [REMOVE UN-USED FILES] [Cleanup Concurrent Dashboard] [file renaming]
3 months ago
Kye Gomez 5be0ab609e fix examples and code formatting
3 months ago
Kye Gomez b643e95d5e
Merge pull request #801 from ascender1729/feature/improve-tool-agent-exceptions
3 months ago
Kye Gomez b8291d1961 [FORMAT][Stagehand cleanup into examples/tools/folder]
3 months ago
Kye Gomez 6dc01c3c72 cron job examples, nw gpt-oss examples, and more
3 months ago
Kye Gomez c0c9b7201a
Merge pull request #1000 from filip-michalsky/add-stagehand
3 months ago
Filip Michalsky 4ec84a9289 update to swamrs spec
3 months ago
Kye Gomez ab36325ce7
Merge branch 'master' into fixed
3 months ago
Filip Michalsky 2d7dfca4a4 clean up
3 months ago
Filip Michalsky b04e60ca17 add stagehand example
3 months ago
Kye Gomez 0ecdb2d216 [BUGF][998][Unclear handling of LLM args, tools list dictionary]
3 months ago
Kye Gomez f847959999 [DOCS CLEANUP][Delete corporate, swarms_models, misc, and more] [ADD AZURE OPENAI EXAMPLES IN EXAMPLES SECTION]
3 months ago
Kye Gomez d6ef64eb4a [KAIZEN][Delete retry_func] [delete profile_all func] [docs back to their place]
3 months ago
Kye Gomez 3cd03c13eb [feat][all new multi-agent methods] [feat][cronjob] [improvement][graphworkflow]
3 months ago
CI-DEV b207a87961
Add files via upload
3 months ago
Kye Gomez f88f4fab13 [CLEANUP][Tests] [DOCS][Contributors Guide] [SCRIPTS][setup.sh] [cleanup un-used files
4 months ago
Kye Gomez ad3ce5390c update reasoning agent router docs
4 months ago
Kye Gomez 2d558061ba docs fix
4 months ago
Kye Gomez 4b8425d492
Merge pull request #948 from harshalmore31/feat/testing_suite
4 months ago
Kye Gomez ccf7d2f0ec docs paper implementations
4 months ago
harshalmore31 3653d1fcbb Add commented-out GitHub issue creation functionality for test failures
4 months ago
harshalmore31 46606b487c Refactor comprehensive tests: enhance agent creation, streamline workflows, and improve error handling
4 months ago
harshalmore31 935392e5ed updates and clean up !
4 months ago
harshalmore31 bf22003941
Merge branch 'kyegomez:master' into feat/testing_suite
4 months ago
harshalmore31 3d89664193 Add vision support tests and enhance URL processing validation
4 months ago
harshalmore31 b3616314a3 [FEAT] Add test images for multimodal tests
4 months ago
harshalmore31 95e544c10b [FIX] Update parameter name from 'llm' to 'model_name' in Agent instantiation across tests
4 months ago
harshalmore31 f3e26623ae [FEAT][GitHub Actions] Add comprehensive testing workflow and test suite
4 months ago
Kye Gomez e3ef675fc1 [FEAT][ConcurrentWorkflow Dashboard] [ENHANCE][InteractiveGroupchat] [New Concurrentworkflow docs]
4 months ago
Kye Gomez 7578353d63 [DOCS][ interactive groupchat examples]
5 months ago
Kye Gomez 3bc92755ff docs cleanup
5 months ago
harshalmore31 2103d6a256
Merge branch 'master' into improve/conversation_integration
5 months ago
Kye Gomez cb8e023a33 [FEAT][Interactive Groupchat] + [DOCS][Agents as tools]
5 months ago
harshalmore31 5ceb433992 Remove unnecessary path manipulation from test_redis.py
5 months ago
harshalmore31 a16cee4114 Refactor RedisConversationTester: streamline test methods, enhance export/import functionality, and improve error handling for Redis availability
5 months ago
harshalmore31 9e6f254b13 Enhance RedisConversationTester with improved setup, cleanup, and test methods; add error handling and logging for export/import functionality
5 months ago
harshalmore31 3fa6ba22cd Refactor Pulsar and Redis error handling, improve SQLite connection management, and enhance conversation class functionality
5 months ago
harshalmore31 566dd60385 Enhance Redis conversation testing and add Supabase backend example
5 months ago
Kye Gomez ea965ef16b new agent tests
5 months ago
Kye Gomez 6496feff10 examples re-shuffle
5 months ago
Kye Gomez 41c7004dcd [NEW DOCS] [Updated swarms api documentation] [IMPR] [Improved swarms output types and automatic port]
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 9e24767b8a Implement SupabaseConversation functionality and comprehensive test suite
5 months ago
Kye Gomez ab030d46b9 [feats][swarms.communication] + [docs][cleanup] + [tests][cleanup and swarms.communication]
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 de7e751025 cleanup init agent 10k agents a sec
6 months ago
Kye Gomez 0012de1a69 examples cleanup
7 months ago
Kye Gomez 5f8622eb55 cleanup
7 months ago
Kye Gomez 8aa35976f9 formatting output + create agent + agent benchmark
7 months ago
ascender1729 3a034476f4 Improve tool agent error handling with custom exceptions and retry mechanism
7 months ago
Kye Gomez 3c5d963c44 NEW [FEAT] -- [HHCS] [DOCS] [EXAMPLE
8 months ago
Kye Gomez 9b07f448ae clean up api route docs
8 months ago
Kye Gomez ecdb5690b1 hiearchical docs
8 months ago
Kye Gomez 506d11601c swarms docs ui chat gradio
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 fb494267eb cleanup
9 months ago
Kye Gomez 0a39f2d48a [7.1.2] - many files deleted
9 months ago
Kye Gomez 9cff6c7d1a [cleanup]
9 months ago
Kye Gomez 834b9c5599 [DOCS] [TESTS] [LAZY LOADING]
9 months ago
Kye Gomez 283a3f0e0c [TWITTER AGENTS]
10 months ago
Kye Gomez 1cb44ebb16 [Examples]
10 months ago
Kye Gomez 37894599c2 [FEAT][MatrixSwarm]
10 months ago
Kye Gomez e06652ed8b [UPDATE]
10 months ago
Kye Gomez d44fbcd700 [DOCS][DOCS]
10 months ago
Kye Gomez 88ebf262b3 [EXAMPLES CLEANUP]
10 months ago
Kye Gomez 48140c58c6 [WRAP UP]
10 months ago
Kye Gomez cd569322d3 [MultiAgentRouter]
10 months ago
Kye Gomez e5b1a0a483 [DOCS]
10 months ago
Kye Gomez 79e7d20d4f {TESTS]
10 months ago
Kye Gomez b059bf299c [DOCS][MCS API]
10 months ago
Kye Gomez 17e2933b29 [CLEANUP]
10 months ago
Kye Gomez a6415364d6 [GROUPCHAT]
11 months ago