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
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
..
autogpt Upgrade experimental package dependencies and use Poetry 1.6.1. (#11339) 11 months ago
baby_agi Type hints on varargs and kwargs that take anything should be `Any`. (#11950) 11 months ago
hugginggpt Harrison/stop importing from init (#10690) 1 year ago
__init__.py Harrison/hugginggpt (#8162) 1 year ago