You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove '|| .bat' fallback from all starter package.json scripts so
real errors on Linux/macOS are not masked by a failing .bat attempt
- Fix typos: 'isseus' -> 'issues', 'interactin' -> 'interacting'
- Fix crewai-crews README title/body saying 'Flow' instead of 'Crew'
- Fix a2a-a2ui README wrong agent name and file path
- Remove phantom lint/dev:debug scripts from README Available Scripts
sections where those scripts don't exist in package.json
- Add missing dev:ui and dev:agent to mastra README
Copy file name to clipboardExpand all lines: examples/integrations/a2a-a2ui/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ bun install
36
36
37
37
> **Note:** This will automatically setup the Python environment as well.
38
38
>
39
-
> If you have manual isseus, you can run:
39
+
> If you have manual issues, you can run:
40
40
>
41
41
> ```sh
42
42
> npm run install:agent
@@ -75,15 +75,14 @@ The following scripts can also be run using your preferred package manager:
75
75
-`dev` - Starts both UI and agent servers in development mode
76
76
-`dev:debug` - Starts development servers with debug logging enabled
77
77
-`dev:ui` - Starts only the Next.js UI server
78
-
-`dev:agent` - Starts only the PydanticAI agent server
78
+
-`dev:agent` - Starts only the A2A agent server
79
79
-`build` - Builds the Next.js application for production
80
80
-`start` - Starts the production server
81
-
-`lint` - Runs ESLint for code linting
82
81
-`install:agent` - Installs Python dependencies for the agent
83
82
84
83
## Documentation
85
84
86
-
The main UI component is in `src/app/page.tsx`, but most of the UI comes from from the agent in the form of A2UI declarative components. To see and edit the components it can generate, look in `agent/prompt_builder.py`.
85
+
The main UI component is in `app/page.tsx`, but most of the UI comes from from the agent in the form of A2UI declarative components. To see and edit the components it can generate, look in `agent/prompt_builder.py`.
87
86
To generate new components, try the [A2UI Composer](https://a2ui-editor.ag-ui.com)
Copy file name to clipboardExpand all lines: examples/integrations/crewai-crews/README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# CopilotKit <> CrewAI Flow Starter
1
+
# CopilotKit <> CrewAI Crew Starter
2
2
3
-
This is a starter template for building AI agents using [CrewAI Flows](https://docs.crewai.com/en/concepts/flows) and [CopilotKit](https://copilotkit.ai). It provides a modern Next.js application with an integrated CrewAI Flow agent to be built on top of.
3
+
This is a starter template for building AI agents using [CrewAI Crews](https://docs.crewai.com/en/concepts/crews) and [CopilotKit](https://copilotkit.ai). It provides a modern Next.js application with an integrated CrewAI Crew agent to be built on top of.
4
4
5
5
## Prerequisites
6
6
@@ -11,7 +11,7 @@ This is a starter template for building AI agents using [CrewAI Flows](https://d
0 commit comments