File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
sources/platform/actors/development/quick_start Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 22title : Building new Actors with AI
33sidebar_position : 3
44sidebar_label : Build with AI
5- description : Learn how to set up your environment, choose the right tools, and establish workflows for effective vibe coding
5+ description : Learn how to build new Actors using AI code generation and vibe coding tools such as Cursor or Visual Studio Code.
66slug : /actors/development/quick-start/build-with-ai
77toc_max_heading_level : 4
88---
@@ -14,8 +14,9 @@ toc_max_heading_level: 4
1414import { RULES_AND_INSTRUCTIONS_PROMPT } from "@site/src /utils/ai-prompts";
1515import PromptButton from "@site/src /components/PromptButton";
1616
17- Learn how to build new Actors using AI code generation and vibe coding tools such as Cursor or Visual Studio Code,
18- by feeding them with right instructions and context from the ` llms.txt ` or ` llms-full.txt ` Markdown files.
17+ This guide provides best practices how to build new Actors or improve existing ones using AI code generation
18+ and vibe coding tools such as Cursor, Claude Code, or Visual Studio Code,
19+ by providing the AI agents with the right instructions and context.
1920
2021## ` llms.txt ` and ` llms-full.txt `
2122
You can’t perform that action at this time.
0 commit comments