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 .
2 months ago
Sambhav Dixit
92912b0397
Push libraries
...
- update correct libraries & dependencies .
2 months ago
Sambhav Dixit
b40c76ee5d
minor refactor
...
- minor refactor
2 months ago
Sambhav Dixit
2a8cf252a7
Add Update_tool_usage
...
- update tool usage fn to add and account for tool usage metadata.
2 months ago
Sambhav Dixit
68806eb0e8
update the log_step_metadata
...
- add newer methods to the log_step_metadata for logging
2 months ago
Sambhav Dixit
8b552badba
edit run return
...
- edit "run" return type with condition on how to return if output type is JSON .
2 months ago
Sambhav Dixit
e8b8d48f24
add section for tools update
...
- make the run update for tools
2 months ago
Sambhav Dixit
0d2d7fd439
add log methods to run
...
- adding updated log methods to run
2 months ago
Sambhav Dixit
38db41b08c
adding asdict
...
- added asdict to turn things into json compatible output
2 months ago
Kye Gomez
9fced20f0c
Update README.md
3 months ago
Kye Gomez
46c206c817
Merge pull request #611 from sambhavnoobcoder/Longterm-Memory-Access-Issue
...
Ensure tool execution regardless of long-term memory usage
3 months ago
Kye Gomez
f31fa4fa8a
Merge pull request #608 from Occupying-Mars/basic-fix
...
Add TaskQueueSwarm documentation
3 months ago
Occupying-Mars
e9818dbbe0
mkdocs and and swarms.models fix
3 months ago
Sambhav Dixit
486a3cf0f6
changes
3 months ago
Sambhav Dixit
a0ab6af42e
style check
3 months ago
Sambhav Dixit
db821f0bd7
minor refactor
3 months ago
Sambhav Dixit
a299a5854e
proper implemenation of llm_output_parser
...
- implements the decision making , when 'choice' type output is received .
3 months 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 )
3 months ago
Sambhav Dixit
c60789eb54
response_args should include image
...
- other functionality remains same , code is just slightly rearranged if anything .
3 months ago
Your Name
de75a5a5e6
{EXAMPLE CLEANUP]
3 months ago
Your Name
2807ab709a
{EXAMPLE CLEANUP]
3 months ago
Kye Gomez
1271980051
Merge pull request #613 from sambhavnoobcoder/ConcurrentWorkflows
...
Fix AttributeError in ConcurrentWorkflow by Properly Initializing Tasks List
3 months ago
Sambhav Dixit
5d17c50a8b
Handles task assignment
...
- handles task assignment properly
3 months ago
Sambhav Dixit
8d7e07d046
update __init__
...
Added
- Tasks
- max_workers
3 months ago
Sambhav Dixit
63e00b817e
Merge branch 'kyegomez:master' into Longterm-Memory-Access-Issue
3 months ago
Your Name
f40fa15392
[DOCS]
3 months ago
Your Name
dded54393c
[cleanUP]
3 months ago
Your Name
8b78ab2bba
[FEAT][clusterops integration] [Updated Docs] [Updated ConcurrentWorkflow] [Updated SwarmRouter]
3 months ago
Your Name
ad24283164
[DOCS]
3 months ago
Your Name
739416ad03
[NEW UPDATE DOC FIXES]
3 months 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
3 months ago
Occupying-Mars
f8778f93df
Add TaskQueueSwarm documentation
3 months ago
Your Name
fbf65094a6
[CLEANUP]
3 months ago
Your Name
5f54bc9eea
[CLEANUP]
3 months ago
Your Name
8baa5cfad9
[CLEANUP]
3 months ago
Your Name
b9d6f0295f
[CLEANUP]
3 months ago
Your Name
17d6a9c39d
[CLEANUP]
3 months ago
Your Name
1e979acdb4
[CLEANUP]
3 months ago
Your Name
91fc52bd5e
[CLEANUP]
3 months ago
Kye Gomez
b4f7ee160e
Update README.md
3 months ago
Your Name
f69c25a454
[CLEANUP][EXAMPLES]
3 months ago
Your Name
75938ae274
[FEAT][SwarmRouter in YAML]
3 months ago
Your Name
520bd5f6c2
[CLEANUP]
3 months ago
Kye Gomez
7a921391ef
Rename LICENSE.md to LICENSE
3 months ago
Kye Gomez
da2a1b7666
Update LICENSE.md
3 months ago
Your Name
ef41e7e98c
[EXAMPLES CLEANUP]
3 months ago
Your Name
d8d2c62567
[EXAMPLES CLEANUP]
3 months ago
Your Name
dae3856528
[EXAMPLES CLEANUP]
3 months ago
Your Name
80490b6c08
[README]
3 months ago
Your Name
a58a8d418d
[README]
3 months ago