Using tools with any PDF (dynamically) and integrating with external tools

I am sharing here two demos / code that might useful to people.

Dynamic Tools

How to create the vector & summary tools for any pdf (instead of having to create one pair for each file). Thanks to this you can define a single summary & vector tool that will be applied dynamically to your input files. No need to create them beforehand

Here is the full description of what I mean + a notebook with the example: x.com

Integrate with external services

A demo of an agent integrated with an external service that provides:

  • Search, download & upload tools for files
  • the existing summary & vector

It’s a good example on how you can extend the basic text agent to find & download external data with your own tools.

If you find it useful or have any questions please let me know here! Happy to help