kylestratis / llm-knowledge-agent

MIT License
2 stars 0 forks source link

Build main loop #11

Closed kylestratis closed 1 year ago

kylestratis commented 1 year ago

This will take user input to refresh the knowledgebase embeddings, generate all new embeddings, or read an article. This will handle all user interaction with the agent, which will determine how to do any of the actions required. For each action, the agent should determine what (if any) tools to use if an action requires multiple tools.

Actions: Generate embeddings Refresh knowledgebase Read an article: ingest, build summary, generate main points, build zettels, add to knowledgebase