Coder Social home page Coder Social logo

lido-assistant's Introduction

Lido Assistant

This is a simple tool that can answer the questions about the Lido DAO. It bases on the https://docs.lido.fi/ content

How to use

python main.py console for the console mode python main.py discord for the discord integration

TODO

This repo includes two variations of Agent chatbots.

  • src/chat_agent.py: a simple single action thought loop to come up with an answer to questions. It has access to a VectorDB Chain and CoinGecko's public price API. It is limited by only being able to take a single action at a time, increasing the number of LLM calls required for grouped questions.
  • src/agent/multi_action_agent.py: the beginning of a Multi Action Agent which can perform multiple actions at the same time. Includes a custom prompt, custom output parser. It has the benefit of being able to perform multiple operations in a single Thought-Action(s)-Observation loop.

Multi Action Agent currently does not use memory, but it could have it added.

lido-assistant's People

Contributors

skhomuti avatar potrock avatar

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.