shivam singh
326f524e7c
doc: Add documentation to Task model. ( #363 )
2024-04-05 19:49:36 -03:00
ftoppi
8ed4c66117
tasks.py: don't call Converter when model response is valid ( #406 )
...
* tasks.py: don't call Converter when model response is valid
Try to convert the task output to the expected Pydantic model before sending it to Converter, maybe the model got it right.
2024-04-04 10:11:46 -03:00
João Moura
5b59e450f7
Adding long term, short term, entity and contextual memory
2024-04-01 10:45:17 -03:00
GabeKoga
bcf701b287
feature: human input per task ( #395 )
...
* feature: human input per task
* Update executor.py
* Update executor.py
* Update executor.py
* Update executor.py
* Update executor.py
* feat: change human input for unit testing
added documentation and unit test
* Create test_agent_human_input.yaml
add yaml for test
---------
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-04-01 10:04:56 -03:00
Gui Vieira
128ce91951
Fix input interpolation bug ( #369 )
2024-03-22 03:08:54 -03:00
João Moura
99be4f5a61
Overridding classes __repr__
2024-03-05 10:12:49 -03:00
João Moura
ba28ab1680
adding support for agents and tasks to be defined of configs
2024-03-05 01:26:07 -03:00
João Moura
42eeec5897
Update inner tool usage logic to support both regular and function calling
2024-03-03 20:54:15 -03:00
João Moura
78bf008c36
cutting a new version addressin backward compatibility
2024-02-28 12:04:13 -03:00
João Moura
997c906b5f
adding support for input interpolation for tasks and agents
2024-02-28 03:44:23 -03:00
João Moura
340bea3271
Adding ability to track tools_errors and delegations
2024-02-28 03:44:23 -03:00
João Moura
ab98c3bd28
Avoid empty task outputs
2024-02-24 03:11:41 -03:00
João Moura
1c7f9826b4
adding new converter logic
2024-02-22 15:16:17 -03:00
João Moura
8f5d735b2f
bug fixing
2024-02-20 10:40:16 -03:00
João Moura
108a0d36b7
Adding support to export tasks as json, pydantic objects, and save as file
2024-02-19 22:46:34 -03:00
João Moura
e79da7bc05
refactoring task execution
2024-02-10 11:28:08 -08:00
João Moura
63fb5a22be
adding new docs and smaller fixes
2024-02-04 11:47:49 -08:00
João Moura
05dda59cf6
Adding multi thread execution
2024-02-03 23:24:41 -08:00
João Moura
d712ee8451
adding ability to pass context to tasks
2024-02-02 23:17:02 -08:00
Gui Vieira
c78237cb86
Hierarchical process ( #206 )
...
* Hierarchical process + Docs
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-02-02 13:56:35 -03:00
João Moura
8fc0f33dd5
adding task callback
2024-01-30 22:46:20 -03:00
Guilherme Vieira
29c31a2404
Fix static typing errors ( #187 )
...
Co-authored-by: João Moura <joaomdmoura@gmail.com >
2024-01-29 19:52:14 -03:00
João Moura
cd77981102
Adding support for expected output
2024-01-29 00:11:30 -03:00
Greyson LaLonde
852ca21e38
Update some docstrings / typehints ( #144 )
2024-01-21 16:55:17 -03:00
Greyson LaLonde
155368be3b
Move to src dir usage ( #99 )
2024-01-10 11:39:36 -03:00