~ I am first working on more foundational work for high quality agents using tools.
- Registry for searchable, evaluated agents, accessible through openapi.
- Easy access at website https://agent.actionschema.com/{slug} and it's also a basePath for chat completion API now.
- Create a fully private agent-setup. User only sees https://boardapp.nl/chat/{agent-name} to chat with the agent for that particular company.
- Hides implementation for foundation model creation while having the ability to make this open source.
- Allows to serve your settings (system prompt + secrets) as freemium API to users.
Configurable per slug:
- It should add the IP/user-level paywall ratelimit
- It should add LLM key, OpenAPI secret (if not oauth) and OpenAPI url
- System prompt, model choice, basePath, etc