autolang icon indicating copy to clipboard operation
autolang copied to clipboard

Results 3 autolang issues
Sort by recently updated
recently updated
newest added

Running `python -m venv .venv` on Python 3.8 gives the following stack trace: ``` Traceback (most recent call last): File "/usr/local/Cellar/[email protected]/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File...

make this work with langchain in a way that abstracts the tools and agent combination into a "Skill" - (eg bookwriter, financial analyser). so if we have a skills framework...

Hey, First: I love autolang, it looks neat and feels like the right method to implement autogpt like services for proprietary tasks. It just took a few minutes to use...