TanGentleman / screenpipe-python-client

Accessible Python client to debug and interact with screenpipe.
MIT License
15 stars 0 forks source link

Research Architecture (Multi-agent+Multi-graph) #29

Open TanGentleman opened 1 week ago

TanGentleman commented 1 week ago

Loosely defined:

Food for thought. In my opinion, each of these excel in their intended space:

Complex retrieval tasks over a Knowledge Graph/Table - WhyHow Organized workflow automation - n8n Orchestrating agents with good cookbooks - composio

TanGentleman commented 5 days ago

Here's the design I'll be conforming to for the first agentic endpoint in the works: https://agentprotocol.ai/sdks/python

TanGentleman commented 3 days ago

Managing state is hard. Here's one approach: https://langchain-ai.github.io/langgraph/how-tos/human_in_the_loop/time-travel/