Skip to article frontmatterSkip to article content

Dunno

Phytomech Industries

My plan of attack:

  1. Replicate main functionality of tools in deepagents with equivalent MCP tool for DSPy

  2. Create DSPy server with history and postgres persistence/memory

  3. Endpoints for streaming and for no streaming that emit hooks for frontend

  4. Discover how frontend is working, how it is showing everything in langgraph

  5. There are most likely many endpoints it is interacting with to view state of graph

  6. Port state/fake filesystem into DSPy or figure out how to use a real one

  7. Build frontend to mirror functionality of current frontend in DSPy

  8. Add memory with mem0 at some point

  9. Instrument with langfuse

  10. Get traces from langfuse

  11. Implement an endpoint for optimizing programs

  12. Connect to prompt managment in langfuse

So yeah I am declaring war on langgraph after my day today. Buddy of mine built an end-to-end system based on deepagents from langgraph and instead of building endpoints and a service to call the langgraph he just said langgraph dev and I’m stuck trying to reverse engineer whatever the shit langgraph platform is doing and I’m just about to use it as a target instead of a framework.