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!
pip install []
example here
logos
├── query
│ ├── query
│ ├── schema
│ ├── example
│ ├── parse
│ └── ...
├── sequence
│ ├── proposal
│ ├── reward
│ ├── method
│ └── ...
├── util
│ ├── models
│ ├── tools
│ └── ...
└── reason.py
Licensed under Apache 2.0
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