Giter Site home page Giter Site logo

autolang's People

Contributors

alvarosevilla95 avatar jacobfv avatar jspenaq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

autolang's Issues

Bump to Python 3.9

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 "/usr/local/Cellar/[email protected]/3.8.16/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/Users/skurilyak/dev/autolang/autolang/__main__.py", line 11, in <module>
    from .auto import AutoAgent
  File "/Users/skurilyak/dev/autolang/autolang/auto.py", line 10, in <module>
    from .reviewer import ReviewingChain
  File "/Users/skurilyak/dev/autolang/autolang/reviewer.py", line 34, in <module>
    class ReviewingChain(LLMChain):
  File "/Users/skurilyak/dev/autolang/autolang/reviewer.py", line 40, in ReviewingChain
    def review_tasks(self, this_task_id: int, completed_tasks: List[str], pending_tasks: List[str], context: str) -> deque[Dict]:
TypeError: 'type' object is not subscriptable

I recommend updating README to reflect the requirement of using Python 3.9. For example:

python3.9 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

License

Hello, I would like to try experimenting with this repo. Could you please add a license?

Autolang as a langchain agent?

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 it with Llamacpp, and surprisingly, it works quite well - see https://github.com/mayflower/autolang.
However, before supporting multiple LLMs directly in autolang it feels better to use autolang within langchain itself, and your file structure seems a bit like you had the same idea.
Would that be something you are planning to do anyway?

abstracting agents and tools into skills

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 - then devs can write skills which can then be composed to solve higher level goals and problem statements by using a combination of skills. note: the agent-toolkit in langchain can be extended or used for this abstraction.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.