Skip to content

ComputationalLanguageCrew/llm_agents_argumentation_consensus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consensus on LLM Agents argumentation

A simple tool based on Langchain and LLMs.

Description

Given a starting proposition/statement in natural language (English for now) we let a number of LLM Agents argue on their agreement, disagreement or neutrality on the matter.

This tool makes it possible to calculate a collective decision via computational argumentation.

Built With

Project was built with open source libraries:

Getting Started

Dependencies

All necessary python packages and their dependecies are included in files

  • Pipfile
  • Pipfile.lock

Run command to create and install a virtual environment for the project:

pipenv install

Executing program

From project root dir run command to activate pipenv virtual environment:

pipenv shell

In directory examples/ you will find notebook ubi.ipynb with an example.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages