90
Svelte Agentation turns UI annotations into structured context that AI coding agents can understand and act on.
Install using any package manager : pnpm, yarn, bun, npm
pnpm i sv-agentation
Usage:
```svelte
<script lang="ts">
import { browser, dev } from '$app/environment';
import { Agentation } from 'sv-agentation';
// provide the absolute path to your project
// to open directly in vs code (optional)
const workspaceRoot = '/absolute/path/to/your/repo';
</script>
{#if browser && dev}
<Agentation {workspaceRoot} />
{/if}
```
Goal is to bring Agentation to Svelte Community
Built with