Skip to content

Commit 6f70f17

Browse files
authored
Merge pull request #7 from ComposeFlow/rename_ai_agent
Rename AI assistant to AI agent
2 parents 6a2d39a + a9f1b52 commit 6f70f17

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

2.82 MB
Binary file not shown.

src/content/docs/getting_started/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ ComposeFlow offers an intuitive visual interface that allows you to design user
1818
- **Compose Multiplatform Support**: Build your app once and deploy it across Android, iOS, and Web platforms.
1919
- **Rich Component Library**: Access a wide range of pre-built UI components to accelerate your development process.
2020
- **Real-Time Preview**: Instantly see how your app looks and behaves as you design it.
21-
- **AI-Assisted Development**: Create and modify entire screens or project architecture using natural language descriptions through integrated AI assistants.
21+
- **AI-Assisted Development**: Create and modify entire screens or project architecture using natural language descriptions through integrated AI agents.
2222

2323
### AI-Assisted Development
2424

25-
ComposeFlow includes powerful AI assistants that revolutionize how you build applications. Create and modify your entire project using natural language descriptions.
25+
ComposeFlow includes powerful AI agents that revolutionize how you build applications. Create and modify your entire project using natural language descriptions.
2626

2727
- **AI Screen Creator**: Generate complete screens from scratch by describing what you want to build.
2828
- **AI Chat Interface**: Modify existing screens, create app states, data types, and implement cross-screen functionality through conversational commands.
2929
- **Project-Wide Intelligence**: AI understands your project context and can work with existing components, themes, and data structures.
3030

31-
**Learn more**: See the [AI Assistant Guide](/guides/ai_assistant) for detailed instructions and best practices.
31+
**Learn more**: See the [AI Agent Guide](/guides/ai_agent) for detailed instructions and best practices.
3232

3333
### Native Mobile Application Deployment
3434

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: AI Assistant
3-
description: Use the AI Assistant to build UIs with natural language
2+
title: AI Agent
3+
description: Use the AI Agent to build UIs with natural language
44
sidebar:
55
order: 1
66
---
77

88
import { Image } from 'astro:assets';
99

10-
ComposeFlow includes powerful **AI Assistants** that allow you to create and modify user interfaces using natural language. There are two types of AI assistants, each designed for different workflows:
10+
ComposeFlow includes powerful **AI Agents** that allow you to create and modify user interfaces using natural language. There are two types of AI agents, each designed for different workflows:
1111

1212
1. **AI Chat Interface** - Modifies and enhances your current project, including screens, app architecture, states, and data types
1313
2. **AI Screen Creator** - Creates entirely new screens from scratch
1414

1515
Instead of manually dragging and dropping components, you can simply describe what you want to build, and the AI will generate the UI for you.
1616

17-
## Types of AI Assistants
17+
## Types of AI Agents
1818

1919
### 1. AI Chat Interface (Project-Wide Modifications)
2020

@@ -63,7 +63,7 @@ The **AI Screen Creator** creates entirely new screens from scratch based on you
6363
- Building screens for new features or sections
6464
- Rapid prototyping of screen concepts
6565

66-
## Getting Started with AI Assistants
66+
## Getting Started with AI Agents
6767

6868
### Using the AI Chat Interface (Project-Wide Modifications)
6969

@@ -111,7 +111,7 @@ The **AI Screen Creator** creates entirely new screens from scratch based on you
111111

112112
### Context Awareness
113113

114-
The AI Assistant understands your current project context:
114+
The AI Agent understands your current project context:
115115

116116
- **Existing Components**: References components already in your project
117117
- **Theme Colors**: Uses your project's color scheme
@@ -178,11 +178,11 @@ The AI Assistant understands your current project context:
178178

179179
## Integration with Other Features
180180

181-
The AI Assistant works seamlessly with other ComposeFlow features:
181+
The AI Agent works seamlessly with other ComposeFlow features:
182182

183183
- **Theme Editor**: AI-generated UIs use your custom themes
184184
- **Component Library**: AI can create and reference reusable components
185185
- **State Management**: AI helps set up app state and data binding
186186
- **Firebase Integration**: AI can configure database connections and authentication
187187

188-
The AI Assistants transform ComposeFlow into a conversational UI development platform, making it accessible to developers of all skill levels while dramatically speeding up the development process. By understanding when to use each type of assistant, you can maximize your productivity and create better designs more efficiently.
188+
The AI Agents transform ComposeFlow into a conversational UI development platform, making it accessible to developers of all skill levels while dramatically speeding up the development process. By understanding when to use each type of agent, you can maximize your productivity and create better designs more efficiently.

0 commit comments

Comments
 (0)