alexanderatallah / window.ai

Use your own AI models on the web
https://windowai.io
MIT License
839 stars 79 forks source link

feat: Agent Playground #41

Closed louisgv closed 1 year ago

louisgv commented 1 year ago

This PR touches a bit on #40 but not entirely - I moved the route to /agent. The main idea is to be a place for window.ai dev to experiment with autonomous agent spawning <- this piece is being iterated on ATM.

Also this PR freezes nextjs version to 13.2.4 due to: https://github.com/vercel/next.js/issues/48593

Some other stuffs:

agent-playground-v000

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
window-ai ✅ Ready (Inspect) Visit Preview 💬 4 unresolved May 27, 2023 3:27am
alexanderatallah commented 1 year ago

Also this PR freezes nextjs version to 13.2.4 due to: https://github.com/vercel/next.js/issues/48593

this issue may have been fixed in https://github.com/vercel/next.js/issues/48593#issuecomment-1528902789 - can we try with 13.3.2, or even 13.4?

louisgv commented 1 year ago

Also this PR freezes nextjs version to 13.2.4 due to: vercel/next.js#48593

this issue may have been fixed in vercel/next.js#48593 (comment) - can we try with 13.3.2, or even 13.4?

Good call - seems to be fixed in 13.4 - updated!