Skip to content

Commit

Permalink
Merge pull request emrgnt-cmplxty#27 from EmergentAGI/feature/cleanup…
Browse files Browse the repository at this point in the history
…-configs

refactor configs
  • Loading branch information
emrgnt-cmplxty committed Jun 17, 2023
2 parents b4bebcc + 8f5ceac commit 6055d69
Show file tree
Hide file tree
Showing 21 changed files with 47 additions and 707 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ system_instruction_template: >
Lastly, do NOT forget to follow the Thoughts->Actions --> Observations --> .. lifecycle.
description: >
This agent is automata_indexer_dev, an agent which parses natural language queries to retrieve code from the local Python repository.
This agent is automata_indexer, an agent which parses natural language queries to retrieve code from the local Python repository.
number_of_expected_actions: 11

Expand Down
229 changes: 0 additions & 229 deletions automata/config/agent/automata_indexer_prod.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ system_instruction_template: >
*Assistant*
- thoughts
- I need to begin by finding an example of properly initializing an AutomataAgent and a PythonIndexer, including all necessary imports. I will use the automata-indexer-retrieve-code tool to do so. Next, I will use the automata_writer_dev agent to save the updated code to disk.
- I need to begin by finding an example of properly initializing an AutomataAgent and a PythonIndexer, including all necessary imports. I will use the automata-indexer-retrieve-code tool to do so. Next, I will use the automata_writer agent to save the updated code to disk.
- actions
- agent_query_1
- agent_version
- automata_indexer_dev
- automata_indexer
- agent_instruction
- Provide an example that correctly initializes an AutomataAgent and a PythonIndexer, including all necessary imports, docstrings, and add relevant comments.
Expand All @@ -71,7 +71,7 @@ system_instruction_template: >
- actions
- agent_query_2
- agent_version
- automata_writer_dev
- automata_writer
- agent_instruction
- Modify PythonIndexerToolManager.build_tools_with_automata to read
```
Expand Down Expand Up @@ -115,7 +115,7 @@ system_instruction_template: >
- actions
- agent_query_1
- agent_version
- automata_indexer_dev
- automata_indexer
- agent_instruction
- Retrieve the code for the function 'run' from AutomataAgent, including all necessary imports and docstrings.
Expand All @@ -134,7 +134,7 @@ system_instruction_template: >
- actions
- agent_query_2
- agent_version
- automata_writer_dev
- automata_writer
- agent_instruction
- Modify core.tests.sample_code.test to include the function below
```
Expand Down
Loading

0 comments on commit 6055d69

Please sign in to comment.