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
Copy file name to clipboardExpand all lines: docs/getting-started/quickstart.mdx
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,60 @@ icon: rocket
12
12
npx create-magnitude-app
13
13
```
14
14
This script will create a project from a starter template based on your preferences. Simply follow the instructions to set up your project and configure an LLM.
awaitagent.act('Drag "Get started with Magnitude" to the top of the in progress column');
60
+
61
+
// Stop agent and browser
62
+
awaitagent.stop();
63
+
}
64
+
65
+
main();
66
+
67
+
```
68
+
</Accordion>
15
69
</Step>
16
70
<Steptitle="Run the example">
17
71
```sh
@@ -25,6 +79,8 @@ icon: rocket
25
79
</Step>
26
80
</Steps>
27
81
82
+
83
+
28
84
🚀 Now you're ready to automate anything!
29
85
30
86
Continue reading docs to learn more about what you can do with the agent, or just keep building and let us know if you have any questions in our [Discord](https://discord.gg/VcdpMh9tTy)!
0 commit comments