JamesHutchison / research-agi-agent

Hackathon project - An AGI agent for doing research, understanding, and validation
MIT License
47 stars 14 forks source link

Knowledge graph? #1

Open JamesHutchison opened 1 year ago

JamesHutchison commented 1 year ago

One consideration is whether the AI should build a knowledge graph as it is doing research. This may make it easier to reflect back on what is and is not known

IbrahimLaeeq commented 1 year ago

We could look into that after the main prototype is done . Maybe we can could make it so that it summarizes each of its individual iterations for specific topic instead of summarizing the topic at the end as a whole ( like observed when using Autogpt on agentgpt.com) . However , that might increase API calls intensely . A good feature, we can put a pin in this and circle back to it.