langchain/libs/experimental/langchain_experimental/autonomous_agents
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
..
autogpt Upgrade experimental package dependencies and use Poetry 1.6.1. (#11339) 2023-10-16 21:13:31 -04:00
baby_agi Type hints on varargs and kwargs that take anything should be Any. (#11950) 2023-10-17 21:31:44 -04:00
hugginggpt Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
__init__.py Harrison/hugginggpt (#8162) 2023-07-24 07:36:24 -07:00