Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 810 Bytes

File metadata and controls

37 lines (20 loc) · 810 Bytes

The Full Loop

The system will begin with the initiation prompt

Savvy will recieve its context window

we need to set up the connection for Savvys Context Window,

& the tool agent to be able to use all tools

savvys native output is thinking into an internal thread

the goal is to get savvy to use the tools within its environment

to use the tools Savvy has to comunicate with the tool agent

this agent will assist Savvy to be able to achieve goals

===========

1

inintiation (first input)

2

Savvy makes a decision (output)

3

Savvy reflects on the decision (savvys monologue thread used as input)

this can lead to a new step or continue the self driven task

4

Savvy sets a timer to go to sleep (thread as an input + decision on rest)

loop step 2 - 4