Spaces:
Paused
Paused
Commit
·
d8b3d75
1
Parent(s):
bf6568f
temporary demo
Browse files- src/app/main.tsx +7 -1
src/app/main.tsx
CHANGED
@@ -39,7 +39,13 @@ export default function Main() {
|
|
39 |
const scene = agent.simulate()
|
40 |
|
41 |
// console.log(`rendering scene..`)
|
42 |
-
const rendered = await render(
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
if (type !== ref?.current) {
|
45 |
console.log("agent type changed! reloading scene")
|
|
|
39 |
const scene = agent.simulate()
|
40 |
|
41 |
// console.log(`rendering scene..`)
|
42 |
+
const rendered = await render(
|
43 |
+
scene.prompt,
|
44 |
+
|
45 |
+
[]
|
46 |
+
// note: using actionnables will add +30sec to the query
|
47 |
+
// scene.actionnables
|
48 |
+
)
|
49 |
|
50 |
if (type !== ref?.current) {
|
51 |
console.log("agent type changed! reloading scene")
|