TanGentleman / screenpipe-python-client

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

Create documentation for core API #40

Open TanGentleman opened 1 week ago

TanGentleman commented 1 week ago

The contents of server.py will end up being the exposed parts of the core of this project. I may support routing to the Screenpipe SDK currently in screenpipe.py. This would allow an agent to plan a task and execute screenpipe searches, and I want to expose only certain API endpoints to each Agent.

TanGentleman commented 1 week ago

Side note, I really like projects like these:

https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama

I want to see how compatible they could be with an integration into our Filter/Pipe endpoints so that they are OWUI friendly too.

Perhaps the agent architecture in #29 with a defined task + next step endpoint could work with both!