langchain/libs/experimental/langchain_experimental/autonomous_agents/baby_agi
Predrag Gruevski 392df7b2e3
Type hints on varargs and kwargs that take anything should be Any. (#11950)
Type hinting `*args` as `List[Any]` means that each positional argument
should be a list. Type hinting `**kwargs` as `Dict[str, Any]` means that
each keyword argument should be a dict of strings.

This is almost never what we actually wanted, and doesn't seem to be
what we want in any of the cases I'm replacing here.
2023-10-17 21:31:44 -04:00
..
__init__.py Harrison/official pre release (#8106) 2023-07-21 18:44:32 -07:00
baby_agi.py Type hints on varargs and kwargs that take anything should be Any. (#11950) 2023-10-17 21:31:44 -04:00
task_creation.py update experimental (#8402) 2023-07-28 13:01:36 -07:00
task_execution.py Harrison/official pre release (#8106) 2023-07-21 18:44:32 -07:00
task_prioritization.py Harrison/official pre release (#8106) 2023-07-21 18:44:32 -07:00