Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 732 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 732 Bytes

AutoCog library of Cogs

Currently, Cogs are either Structured Thought Automaton (STA) or Python (PY). STAs is our cognitive programming language used to drive LLMs. Python permits us to express simple data operation or build complex tools.

List of libraries:

  • mcq (STA): Solving multiple choices question using a variety of pattern.
  • dfl (PY): Collection of simple data operations to facilitate implementing cognitive patterns.
  • elementary (STA): Focusses on very simple tasks at the elementary school level.
  • tools (PY): Collection of tools that Cognitive application can use to interact with the world.