Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.93 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.93 KB

⚠️⚠️⚠️ WIP - Don't Use This. Check back in 2025! ⚠️⚠️⚠️

~ I am first working on more foundational work for high quality agents using tools.

Purpose

  • 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