-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Form Components for Editing All Agent Fields
Parent Issue
Description
Create form components for editing all editable agent fields within the edit mode of the agent detail page.
Requirements
- Form fields for:
- Basic info: name, description, image upload/URL
- MCP endpoint: URL, version, with capability fetching
- A2A endpoint: URL, version, with capability fetching
- Trust models / supportedTrusts (multi-select)
- x402 support toggle
- Metadata fields (key-value pairs or JSON editor)
- Agent wallet address (with signature requirement)
- Form validation for all fields
- Pre-populate form with current agent data
- Use React Hook Form for form state management
- Use shadcn/ui components for consistency
Technical Notes
- Use Agent0 SDK's
updateInfo(),setMCP(),setA2A(),setMetadata(),setActive(),setX402Support(),setTrust()methods - Support endpoint capability auto-fetching (similar to SDK behavior)
- Consider using a JSON editor component for metadata
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request