carverauto / threadr

🌎 OSS Real-time AI Data Analysis with GraphDB integration. 🔍
Apache License 2.0
17 stars 1 forks source link

refactor: Restructure python cloudevents_handler (message processors) to be Agent based #42

Closed mfreeman451 closed 8 months ago

mfreeman451 commented 8 months ago

Need to restructure our code around the concept of langchain agents, tools, and memory (conversational).

Need to create tools that encapsulate functionality (message processing, command handling, neo4j interactions) and integrate them into an agent that manages conversation flow and memory.