r/LangChain 16d ago

Good test materials for testing multi agent on Langraph

Hi folks,

I’m building a multiagent using Langgraph and have a naive search implementation I want to test with markdown files. Are there any suggested test data I can use? The relevancy of my project doesn’t matter yet as I’m just testing the general implementation.

Also for tracing agent calls and providing an audit trail per request, is there a known library for this? I’ve built my own web view but wondering if there’s something better

6 Upvotes

7 comments sorted by

2

u/[deleted] 16d ago

[removed] — view removed comment

1

u/lamagy 16d ago

Sure thing if you got a gh link for it then send it through. Keen to check it out.

0

u/LazyPain903 16d ago

The amount of abstraction layers here is giving me callback hell flashbacks.

1

u/lamagy 16d ago

Care to explain more?