Skip to content

haf/argtrust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argtrust

A set of modules for high level reasoning about argumentation. Specifically about argumentation semantics.

See the PDF in doc/ for more information

Objects

Make sure to decouple specific object aspects from each other and only couple them in objects that combine two or more other objects

SocialNetwork

A list of agents and their trust in each other.

KnowledgeBase

A list of Predicates and Rules.

BeliefBase

(Name may change) A many to many correspondence between a KnowledgeBase and a SocialNetwork

ArgumentationFramework

A Dungian argument framework

Usage

pip install -r requirements.txt
brew install graphviz
./tests
from argtrust.framework import ArgumentationFramework

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.6%
  • Makefile 17.3%
  • Shell 0.1%