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
import { RULES_AND_INSTRUCTIONS_PROMPT } from "@site/src/utils/ai-prompts";
14
15
import PromptButton from "@site/src/components/PromptButton";
15
16
16
-
This guide explains how to enhance your development workflow by leveraging `llms.txt` and `llms-full.txt` with an AI assistant. You will learn how to provide foundational context and further refine AI's behavior with specific rules and instruction files.
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.
0 commit comments