Skip to content

Commit

Permalink
new setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed May 23, 2023
1 parent 0ba983a commit 5c3cd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion the_compiler/the_compiler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#autonmous agent load balancing add more agents to spec interpreter, add more agents to spec generate or unit tester, default is 3 1 for each, use your own llms, starcoder, reinforcement backed individual agent learning, particle swarm tree of thoughts -> run tree of thoughts on the space of all thoughts ran by agents as trees of an networked swarm system, use autogpt config and env with embedding retriveal search, map all thoughts to an embedding database, while now tester is not done keep running in a while loop, agentgpt with autoforestgpt
#autonmous agent load balancing add more agents to spec interpreter, add more agents to spec generate or unit tester, default is 3 1 for each, use your own llms, starcoder, reinforcement backed individual agent learning, particle swarm tree of thoughts -> run tree of thoughts on the space of all thoughts ran by agents as trees of an networked swarm system, use autogpt config and env with embedding retriveal search, map all thoughts to an embedding database, while now tester is not done keep running in a while loop, agentgpt with autoforestgpt, program optimizer agent works in unison with the generator to optimize code. Create 5 optimizations for this code: {code}
#inital implementation of the compiler
from tree_of_thoughts import OptimizedTreeofThoughts, OptimizedOpenAILanguageModel
import subprocess
Expand Down

0 comments on commit 5c3cd33

Please sign in to comment.