markokraemer / mirko.ai

MIT License
30 stars 9 forks source link

Processing Agents v1: Setup LLM Utils, setup Modular Agent Base, Initial Prompt Files, Self-debate System #4

Open markokraemer opened 6 months ago

markokraemer commented 6 months ago

Explanation for Implementation

Each agent corresponds to one internal processing layer:

System Level Instructions (Prompts)

Working Memory

https://github.com/markokraemer/mirko.ai/issues/5

Chain-of-Thought / Self-Debate System Logic

A system designed to engage in self-debate recursively up to X steps, ensuring the agent dialogues with itself until it produces the final XML/JSON. Then, it transitions to the next agent.

Layer1

Layer2

Layer3

Communication Between Agents

Technology Choice & LLM Utils setup

markokraemer commented 5 months ago

Decision: GPT-4 / Claude Opus or both --> both would mean two style of prompts (XML & JSON) & two styles of parsings --> Maybe we go easier route with Claude as everyone has been praising it for code.