issues
search
frazik-main
/
AmplifyGPT
Java library to amplify your project with Auto-GPT like features
MIT License
4
stars
0
forks
source link
Make code base more maintainable/readable
#25
Closed
frazik-main
closed
1 year ago
frazik-main
commented
1 year ago
There are several opportunities to make code-base batter.
Decrease responsibility of Agent class
Better and wider usage of Prompt and don't return exist format (String, Map<String, String>) until needed for OpeanAI API
Re-factor response to better and re-usable format
Decrease cognitive complexity in Agent object
stagingTool in Agent.java have <String, Object> type, but sometimes it behaves as <String, String)>
Each tool should handle it's own prompt creation
There are several opportunities to make code-base batter.