You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
11 months ago
..
__init__.py Harrison/official pre release (#8106) 1 year ago
baby_agi.py Type hints on varargs and kwargs that take anything should be `Any`. (#11950) 11 months ago
task_creation.py update experimental (#8402) 1 year ago
task_execution.py Harrison/official pre release (#8106) 1 year ago
task_prioritization.py Harrison/official pre release (#8106) 1 year ago