agent: Use inventory for AgentPreview (#30740)

This PR updates the `AgentPreview` to use `inventory` instead of
`linkme`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-15 10:36:13 +02:00 committed by GitHub
parent b2fc4064c0
commit 23d42e3eaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 23 additions and 48 deletions

View file

@ -14,7 +14,6 @@ proc-macro = true
[dependencies]
convert_case.workspace = true
linkme.workspace = true
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true