This project is a template for jumpstarting development with the Drama Engine, Vercel, and Next.js. The Drama Engine facilitates agentic interaction with language models, written in TypeScript for browser execution, and is model- and provider-agnostic.
Key features:
- Agentic Interaction: Build applications where language models act as agents.
- TypeScript: Develop with type safety and modern JavaScript features.
- Browser Execution: Agents run directly in the browser.
- Model Agnostic: Compatible with various language models and providers.
- Next.js Middleware: Includes middleware to handle API key injection and request forwarding.
Use cases:
- Creating interactive AI assistants.
- Developing multi-agent collaboration systems.
- Prototyping agent-based applications on the front-end.