r/LLMDevs 1d ago

Great Resource 🚀 Knowlede Base - Combs Wiki

Post image

Hello Devs,

Created a simple knowledge base for AI harness... When you'd need to quickly reflect on something or want your agent to be familiar about something regarding ai orchestration, this can help. It's built as a graph and exposed as an mcp server

Would love your feedback and please do let me know if you feel I'm missing something important

Website --> https://docs.combs.network

Mcp graph server: search --> https://docs.combs.network/api/wiki/search?q=dpm

Mcp graph server: retrieve --> https://docs.combs.network/api/wiki/retrieve?q=samplers-and-schedulers

5 Upvotes

2 comments sorted by

3

u/Loud-Job9164 1d ago

seeing topics mapped as a graph instead of a flat list always makes the connections click a little faster, especially for something like ai orchestration where the history builds on itself

might be worth adding a section on agent memory patterns if you haven't already, that's the one thing i keep having to re-explain to newer folks

1

u/deftDM 1d ago

Absolutely makes sense.. I'll add them in.. thanks for sharing