- Introduced `CreateAgentV2Screen` and `CreateAgentV2ViewModel` for a new agent creation experience. - Implemented AI-powered agent info generation based on user input, including title and description. - Added a "manual mode" for users who prefer to input agent details directly. - Enhanced UI with gradient borders, loading animations, and improved layout. - Integrated avatar selection and cropping using `AgentImageCropScreen`. - Refactored `AddAgentViewModel` to support state persistence across page navigation and to store generated input text. - Updated API client to include a longer timeout for agent info generation requests. - Added new drawable resources for UI elements. - Switched `Const.BASE_SERVER` to use the release URL for debug builds. - Replaced the old `AddAgentScreen` with the new `CreateAgentV2Screen` in navigation.
15 lines
502 B
XML
15 lines
502 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="16dp"
|
|
android:height="16dp"
|
|
android:viewportWidth="16"
|
|
android:viewportHeight="16">
|
|
<path
|
|
android:pathData="m9.185,2 l2.37,2.341 -6.518,6.44h-2.37V8.438zM2.667,13.707h10.667"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="1.185"
|
|
android:fillColor="#00000000"
|
|
android:fillType="evenOdd"
|
|
android:strokeColor="#000"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|