An open API service indexing awesome lists of open source software.

https://github.com/codefromanywhere/tool-agent

Reliable Agents, Done Well
https://github.com/codefromanywhere/tool-agent

hmc

Last synced: 6 months ago
JSON representation

Reliable Agents, Done Well

Awesome Lists containing this project

README

          

⚠️⚠️⚠️ 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