Content Create Agent

In this video I will showcase how you can create an agent the can create content for a specific content type and how you can also read the content for this from a PDF file.

This will feature the new Tool API that will the future for tools, including how you will create function calling. It also features a simple module called the AI Simple PDF to Text that will allow you to load PDF files using an agent.

This means that for any entity or content type in Drupal, you can create a directed agent specifically with the context on how to generate this. I did not dig into system prompts in this episode on purpose. I will do another episode on the AI Agents Test module and how to perfect an agent.

Please note that doing the following can have security implications and you always have to constrain agents.

Modules used:
AI: https://drupal.org/project/ai
AI Agents: https://www.drupal.org/project/ai_agents
OpenAI Provider: https://www.drupal.org/project/ai_provider_openai
AI Simple PDF to Text: https://www.drupal.org/project/ai_simple_pdf_to_text
Tool API: https://www.drupal.org/project/tool

Complexity
Normal