# February 27: Support for Crustdata, agents, Google Veo video

### New Features

* 💡 Graphlit now supports **Crustdata** for company and person discovery, enrichment, and watcher-style signals through new feed, enrichment, and search service APIs.
* 💡 We have added the first public **Agent** entity APIs, including agent input, output, filtering, and result types for agent-driven workflows.
* We have added **Google Veo video generation** support for video publishing workflows.
* We have added **Google Nano Banana 2** image model support.
* We have added draft **distribution** support through new distribution connector and distribution result types.
* We have added conversation collections for organizing generated and ingested conversation content.

### Bugs Fixed

* GPLA-4849: Email ingestion now parses complete message bodies more reliably.
* GPLA-4852: Hybrid search can now find videos by name.
* GPLA-4851: Improved `retrieveSources` latency for larger retrieval requests.
* Fixed SAS URI handling and output filenames for generated video assets.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.graphlit.dev/february-2026/february-27-support-for-crustdata-agents-google-veo-video.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
