Kye Gomez
a18717299f
Merge pull request #1168 from Steve-Dusty/master
...
fix: correct Conversation.add() API calls and refactor swarm architecture tests + refactored swarms spreadsheet test
3 weeks ago
Steve-Dusty
a968f97a72
removed useless comments
3 weeks ago
Steve-Dusty
d105482347
Fixed bug: conversation.add(message=) → conversation.add(content=) in all swarm architectures.
...
Refactored test_spreadsheet.py and test_swarm_architectures.py to use pytest with real agent execution
3 weeks ago
Kye Gomez
a9be38ea9c
Merge pull request #1166 from Steve-Dusty/master
...
refactored some tests
3 weeks ago
Steve-Dusty
dff9f05096
Merge branch 'kyegomez:master' into master
3 weeks ago
Steve-Dusty
c3e935190a
refactored tests concurrent and garph workflow and hiearchical swarms
3 weeks ago
Kye Gomez
bb92993748
Merge pull request #1165 from hughiwnl/add-utils-tests
...
feat: Add tests for any_to_str and str_to_dict utilities
3 weeks ago
Hugh
c3369f365a
refactor: Use loguru instead of standard logging library
...
- Replace standard logging with loguru
- Cleaner imports and configuration
- Same error handling functionality maintained
3 weeks ago
Hugh
71e5e879e8
fix: Add try-except blocks and result assertions to tests
...
- Add assert result is not None to all tests (boss requirement)
- Add try-except blocks to catch and log errors
- Add proper error logging for debugging
- Follow project testing best practices
3 weeks ago
Hugh
19949c72c7
feat: Add tests for any_to_str and str_to_dict utilities
3 weeks ago
Kye Gomez
ac2dae1885
code formatting cleanup operation
3 weeks ago
Kye Gomez
916fcd5ae3
Merge pull request #1163 from kyegomez/dependabot/github_actions/codecov/codecov-action-5
...
Bump codecov/codecov-action from 4 to 5
3 weeks ago
Kye Gomez
a7d126ec8e
Merge pull request #1162 from kyegomez/dependabot/pip/ruff-gte-0.5.1-and-lt-0.14.3
...
Update ruff requirement from >=0.5.1,<0.12.13 to >=0.5.1,<0.14.3
3 weeks ago
Kye Gomez
65bcfdd14e
Merge pull request #1161 from kyegomez/dependabot/github_actions/actions/upload-artifact-5
...
Bump actions/upload-artifact from 4 to 5
3 weeks ago
Kye Gomez
769c22fa8f
Merge pull request #1160 from kyegomez/dependabot/github_actions/actions/github-script-8
...
Bump actions/github-script from 7 to 8
3 weeks ago
dependabot[bot]
be90936a07
Bump codecov/codecov-action from 4 to 5
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 weeks ago
dependabot[bot]
05b2338a13
Update ruff requirement from >=0.5.1,<0.12.13 to >=0.5.1,<0.14.3
...
Updates the requirements on [ruff](https://github.com/astral-sh/ruff ) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.1...0.14.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.14.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 weeks ago
dependabot[bot]
7933e6db7d
Bump actions/upload-artifact from 4 to 5
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 weeks ago
dependabot[bot]
433af97ba8
Bump actions/github-script from 7 to 8
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 weeks ago
Kye Gomez
e839dc5206
Merge branch 'master' into mvstream
4 weeks ago
Kye Gomez
c5c769306f
Merge pull request #1158 from Steve-Dusty/master
...
removed useless tests
4 weeks ago
Aksh Parekh
7f3316100c
[TEST-EDITS] Added Testing Terminology
4 weeks ago
Steve-Dusty
c16ecf49a3
removed useless tests
4 weeks ago
Kye Gomez
8253f7c3b4
[FIX][GKP Agent fix] [Run method] [SwarmRouter fix]
4 weeks ago
Kye Gomez
f027bf0cf0
remove duplicate reasoning agent router tests]
4 weeks ago
Aksh Parekh
52dbfbfe05
[Add] Old Tests with New Tests
4 weeks ago
Kye Gomez
ddb8b2d6fd
[FIX][ReasoningAgentRouter] [IREAgent] [Attribute error] [Improvement][Improve batch run method]
4 weeks ago
Kye Gomez
526f4108cf
[TESTS][MultiAgentRouter]
4 weeks ago
Kye Gomez
e9b7c91edb
Merge pull request #1144 from aparekh02/productagency
...
[DOCS] Linked Product Agency
4 weeks ago
Aksh Parekh
d894366e97
[UPDATE] With New Tools
...
Updated the real estate swarm documentation to include new property fetching and agent integration features, enhancing the workflow for lead generation, property research, and marketing.
4 weeks ago
Aksh Parekh
cc0ef2085d
[UPDATE] From New Tools
4 weeks ago
Aksh Parekh
0dd6d25088
[CLEANUP]
4 weeks ago
Aksh Parekh
946ae70af9
[TEST] Majority Voting with Streaming Feature
4 weeks ago
Aksh Parekh
de76a3ad39
Update test_majority_voting_streaming.py
4 weeks ago
Kye Gomez
3e5773bb8f
[Conversation Improvements]
4 weeks ago
Kye Gomez
db53d349a3
[BUGFIX][Conversation][Initialization parameters in the output]
4 weeks ago
Aksh Parekh
67272c3660
[LINK-EXAMPLES-DOCS] Product Marketing Agency
4 weeks ago
Aksh Parekh
0935947e70
Update mkdocs.yml
4 weeks ago
Kye Gomez
5e35bda4b3
[FIX][Conversation outputting metadata information for no reason]
4 weeks ago
Kye Gomez
b79ded8aa5
[TESTS][AOP] [Cleanup agent structure] [Delete un-used tests and test data]
4 weeks ago
Kye Gomez
6f4803ef0e
[DELELTE OLD TESTS] [Tests][Agent] [Updated][Tests][Structs] [Agent Improvement][Fallback method] [N feature n samples]
4 weeks ago
Kye Gomez
6f65541e8d
Merge pull request #1153 from Steve-Dusty/master
...
removed nonexistent functionality from sequential workflow docs
4 weeks ago
Steve-Dusty
732335d8ee
removed nonexistent functionality from sequential workflow docs
4 weeks ago
Kye Gomez
567b25e8e1
Merge pull request #1152 from Steve-Dusty/master
...
exported social algorithms
4 weeks ago
Steve-Dusty
e8ab4ac455
exported social algorithms
4 weeks ago
Kye Gomez
dbc87f2efd
[EXAMPLES][README][Removed emojis]
4 weeks ago
Kye Gomez
77cf098d9b
[test][swarm router]
4 weeks ago
Kye Gomez
63fdc5cfb4
[CLEANUP][Tests] [Remove many un-used tests] [Changed main test name]
4 weeks ago
Kye Gomez
7a7b4a4c07
[DELETE Un-used files] [BUGF][Swarm Router + concurrent workflow issue]
4 weeks ago
Kye Gomez
4a57c20aa8
[Improvement][ForestSwarm][Improve format and structure] [Improvement][Agent][Add more verbose logging for mcp] [Docs][ForestSwarm]
1 month ago