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
...
- 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
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
...
- 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
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
Kye Gomez
e98d618bd8
[FIX][Better Testing System]
11 months ago
Your Name
8e374b15be
[6.0.9]
12 months ago
Your Name
c2d4756d1b
[CLEANUP]
1 year ago
Sambhav Dixit
27e0e94f92
Add test for output type
...
add test for all output types
1 year ago
Your Name
d73f1a68c4
[FEAT][Better RAG][OUTPUT JSON]
1 year ago
Sambhav Dixit
750f9a1e14
Updated test , especially for tool gen mocking
1 year ago
Sambhav Dixit
a3ef4508a0
adding main
...
- add main to make this run
1 year ago
Sambhav Dixit
67a8493340
Integration test
...
- apart of modular and small unittests , its time to put to test for larger and more wholesome integration test
- an end to end test , to check if this change in code causes any breaks in flow and normal functioning .
1 year ago
Sambhav Dixit
d72d2e74ff
Add test for agent output updating in log_step_metadata
...
- Implemented test_agent_output_updating to verify that logging step metadata correctly updates the total token count and ensures that the agent's output steps are properly tracked confirming only one step is recorded.
1 year ago
Sambhav Dixit
8900d645c8
Add integration test for token counting in log_step_metadata
...
- Implemented test_token_counting_integration to verify the correct total token count when using a mocked tokenizer, ensuring that prompt and response token counts are accurately aggregated.
1 year ago
Sambhav Dixit
e80d182092
Add test for timestamp in log_step_metadata
...
- Implemented test_log_step_metadata_timestamp to verify that a timestamp is included in the log result when logging step metadata.
1 year ago
Sambhav Dixit
672f3eeab4
Add test for log_step_metadata with no long-term memory
...
- Implemented test_log_step_metadata_no_long_term_memory to ensure that when long-term memory is None, the memory_usage for long_term is an empty dictionary in the log result.
1 year ago
Sambhav Dixit
4d300fccf9
Add basic test for log_step_metadata method
...
- Implemented test_log_step_metadata_basic to verify the correct logging of step metadata including step_id, timestamp, tokens, and memory usage.
- Confirmed that the token counts for total are accurately logged.
1 year ago
Sambhav Dixit
ef58dd4582
Create TestAgentLogging
...
- create class to execute modular unittests
- def setup for modular setup
- objective to keep setup minimal , so that tests aren't bloated and fast to run
- Since most param have a set default , init of necessary condition is a valid and supportive op wrt test speed .
1 year ago
Sambhav Dixit
92912b0397
Push libraries
...
- update correct libraries & dependencies .
1 year ago
Your Name
8b78ab2bba
[FEAT][clusterops integration] [Updated Docs] [Updated ConcurrentWorkflow] [Updated SwarmRouter]
1 year ago
Your Name
2f82a92768
[FEAT][Prompt]
1 year ago
Your Name
edc293cb6f
[CLEANUP]
1 year ago
Your Name
16c3d55fa1
[CLEANUP]
1 year ago
Your Name
c51ef4b72d
[5.6.8]
1 year ago
Your Name
989e35aaa8
[YAML]
1 year ago
Your Name
d6ce848d72
[SWARM MODELS MIGRATION]
1 year ago
Your Name
df2be1d22e
[TESTS][CLEANUP]
1 year ago
Your Name
06488efc53
[CLEANUP]
1 year ago
Your Name
13f45be8ad
[5.6.8]
1 year ago
Kye Gomez
d01d24e9c0
[FEAT][SpreadSheetSwarm] [FEAT][TaskQueueSwarm]
1 year ago
Kye Gomez
9a79c7790e
[5.4.8]
1 year ago
Kye Gomez
52ca8c6a3b
[5.4.8]
1 year ago
Kye Gomez
b8badba05d
[cleanup]
1 year ago
Kye Gomez
450a7b7453
[FIX][Agent][list_tool_schemas -> list_base_models]
1 year ago
Kye Gomez
97a64dd0d5
[PLAYRGROUNDFIX]
1 year ago
Kye Gomez
fa1e92714b
[CLEANUP]
1 year ago
Kye Gomez
19c31e99a2
[PLAYGROUND][CLEANUP][FEAT][FireWorksAI]
1 year ago
Kye Gomez
029e625786
[FEAT][update streaming delay]
1 year ago
Kye Gomez
5a3fb81b77
[CLEANUP]
1 year ago
Kye Gomez
b4f923f1fb
[CLEANUP] [New Tools System ]
1 year ago
Kye Gomez
36a092f6e6
[CLEANUP]
1 year ago
Kye Gomez
8889664793
[CLEANUP]
1 year ago
Kye Gomez
a584ce6bb3
[FEAT][KaizenBlit]
1 year ago
Kye Gomez
df222331f7
[CLEANUP][requirements.txt]
1 year ago
Kye Gomez
9ebdc9f939
[CLEANUP]
1 year ago
Kye Gomez
e1b0ba42eb
[CLEANUP]
1 year ago
Kye
61790fc40d
[DEMO][DEMOO]
1 year ago
Kye
b9cd77fbdd
[FEATS][RoundRobinSwarm]
2 years ago
Kye
ad58b388ea
[FEAT][AgentRearrange] [DOCS][Swarms Cloud] [BUFG][Sequential Workflow]
2 years ago
Kye
ac921e8df2
[SWARMS][Memory -> playground]
2 years ago
Kye
53fc90d9ed
[CLEANUP]
2 years ago
Kye
2f88e92930
[TESTS][CLEANUP]]
2 years ago
Kye
9d28535393
[CLEANUP}
2 years ago
Kye
3cedc09c84
[FEAT][YamlModel] [CLEANUP][Docs]
2 years ago
Kye
f4c6692671
[CLEANUP]
2 years ago
Eternal Reclaimer
415a5cf644
Revert "[WIP] Get CI Passing V2"
2 years ago
Wyatt Stanke
729a3be266
Try switching llm
2 years ago
Wyatt Stanke
75365bb6a5
Work on fixing some of the tests
2 years ago
Wyatt Stanke
3e7046546b
Merge branch 'master' into fix-ci-2
2 years ago
Kye
0d7fee779c
[DOCS]
2 years ago
Wyatt Stanke
25b69a7065
Finish migration
2 years ago
Kye
be46bcf48f
[CLEANUP]
2 years ago
Kye
f3e27dbdf1
[FEATS][MultiOnAgent] [BUGF][Agent early stopping logic]
2 years ago
Kye
c82f4f9b5a
[FEAT][Improved Logging]
2 years ago
Kye
3dc8a4f444
[CLEANUP OPERATION]
2 years ago
Wyatt Stanke
e40bf50195
Fix tests
2 years ago
Wyatt Stanke
a4ac29553c
Update PDF library from PyPDF2 to pypdf
2 years ago
Kye
a1ef54cce2
[FEATS] [New swarms.memory] [swarms.structs] [Docs] [Tests]++
2 years ago
Kye
f2912babc5
[FEATS] [
...
DictInternalMemory
DictSharedMemory
LangchainChromaVectorMemory
synchronized_queue
TaskQueueBase]
2 years ago
Kye
641b466c67
[FEATS][Majority Voting] [BUGF][Conversatopn] [ARCHITECTURE][Rust backend]
2 years ago
Kye
7e50f19f3f
[CLEANUP][Old tests with modelscope and vllm]
2 years ago
Kye
a9f45f271f
[SPEEDUPS]
2 years ago
vyomakesh09
446842930c
modified: tests/structs/test_swarmnetwork.py
2 years ago
Kye
ff5406dd50
[FEATS][swarms.tokenizers][swarms.artifacts][swarms.loaders][swarms.chunkers]
2 years ago
Kye
466f27a714
[BUFG]
2 years ago
Kye
aea843437e
[FEAT][QwenVLMultiModal]
2 years ago
Kye
a403ed3c3b
[BUFG][Worker]
2 years ago
Kye
090a47fa68
[FEATS][Worker] [Step] [Plan] [OmniModalAgent]
2 years ago
Kye
e29ec9c943
[FEATS][Tokenizers] [TimmModel] [Odin] [UltralyticsModel]
2 years ago
Kye
cd02630a45
[CLEANUP]
2 years ago
Kye
2626082724
[TESTS][SwarmNetwork]
2 years ago
Kye
f6458c6abd
[TESTS] [GraphWorkflow] [CogAgent] [ModelScopePipeline] [ModelScopeAutoModel]
2 years ago
Kye
208ab0e344
[FEAT][ToolAgent][Outputs JSON for multi-tool usage][TODO][Add support for any AI model]
2 years ago
Kye
2f48cfc071
[FEATS] [BaseWorkflow] [try_except_wrapper] [+++]
2 years ago
Kye
e4ee2cfab9
[FEAT][NonlinearWorkflow]
2 years ago
Kye
42ef8134fb
[FEAT][ConcurrentWorkflow][Tests][+++] [CLEANUPS]
2 years ago
Kye
7b7ac0a582
[CLEANUP]
2 years ago
Kye
8791248eff
[CLEANUP][swarms.swarms -> swarms.structs]
2 years ago
Vyomakesh Dundigalla
bd27fc9e39
Merge branch 'kyegomez:master' into master
2 years ago
Kye
03e0a3bded
[BUGF] [REQUIREMENTS] [test_print_class_args]
2 years ago
vyomakesh09
6bfddee5a3
modified: tests/swarms/test_model_parallizer.py
2 years ago
Eternal Reclaimer
b787b65951
Merge pull request #334 from vyomakesh09/master
...
[BUGF] [pyproject.toml] [requirements.txt] [kosmos_two.py] [multion.py] [code_interpreter.py] [__init__.py] [test_mulition.py] [test_ssd_1d.py] [test_class_args_wrapper.py] [test_subprocess_code_interpreter.py]
2 years ago
vyomakesh09
33e0f9f110
new file: output.txt
...
modified: pyproject.toml
modified: requirements.txt
modified: swarms/models/kosmos_two.py
deleted: swarms/models/multion.py
modified: swarms/utils/code_interpreter.py
new file: tests/__init__.py
deleted: tests/models/test_multion.py
modified: tests/models/test_ssd_1b.py
modified: tests/utils/test_class_args_wrapper.py
modified: tests/utils/test_subprocess_code_interpreter.py
2 years ago
Kye
70d55e94bc
[FEAT][SwarmNetwork] [Task][handle_scheduled_task, triggers, actions, conditions, ]
2 years ago
Kye
a876838efa
[swarms.utils][+++][DOCS] [TESTS]
2 years ago
Kye
b640688995
[ModelParallelizer][Tests]
2 years ago
Kye
f7b8a442e0
[ModelParallelizer][REFACTOR]
2 years ago
Kye
c5ba940e47
[ModelParallelizer]
2 years ago
Kye
d454733dff
[FEAT][ZeroscopeTTV] [BaseTextToVideo]
2 years ago
Kye
92a7adc1a2
[FEAT][Mixtral]
2 years ago
Kye
aa5f4477f7
[README]
2 years ago
Kye
acdcdd61a6
[CLEANUP][Kosmos2]
2 years ago