Skip to content

Logos is an orchestration framework for planning, organizing, and executing tasks with language models (LMs).

Notifications You must be signed in to change notification settings

peterkchung/logos-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logos AI - Reasoning Engine For Language Models

Logos (λόγος): A Greek term used by philosophers meaning "word," "speech," or "reason." In the context of philosophy, it refers to the principle of order and knowledge.

Logos is an orchestration framework for planning, organizing, and executing tasks with language models (LMs).

Very early prototyping. Please follow for updates.

Contributions, feedback, critiques welcome!


Setup

pip install []

Examples

example here

Structure

logos
├── query
│ ├── query
│ ├── schema
│ ├── example
│ ├── parse
│ └── ...
├── sequence
│ ├── proposal
│ ├── reward
│ ├── method
│ └── ...
├── util
│ ├── models
│ ├── tools
│ └── ...
└── reason.py

Notes

License

Licensed under Apache 2.0

Refences

Reasoning with Language Model is Planning with World Model https://arxiv.org/abs/2305.14992

Tree of Thoughts: Deliberate Problem Solving with Large Language Models https://arxiv.org/abs/2305.10601

About

Logos is an orchestration framework for planning, organizing, and executing tasks with language models (LMs).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published