🚨 Someone just open-sourced a tool that converts pdfs to markdown at 100 pages per second.
It's called OpenDataLoader. It runs entirely on CPU and handles complex layouts, tables, and nested structures like a senior dev
100% Free.
@sydneyrunkle@LangChain Can middleware be run in parallel? Let’s say I multiple checks needs to be done before hitting LLM in the form of PIIDetectionMiddleware and some custom made UserPermCheckMiddlware. When configured, by default they run sequentially. Any way to run in parallel?
harness eng day 5: toolsets
some tools need setup and teardown around the agent loop, like connecting to a tool server or spinning up a sandbox
for example, @langchain's ShellToolMiddleware handles init and cleanup, and injects the shell tool into your agent's tool registry!