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
- Host: GitHub
- URL: https://github.com/codefromanywhere/tool-agent
- Owner: CodeFromAnywhere
- Created: 2024-05-26T19:41:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T06:48:54.000Z (over 1 year ago)
- Last Synced: 2024-10-31T10:51:33.402Z (about 1 year ago)
- Topics: hmc
- Language: TypeScript
- Homepage: https://agent.actionschema.com
- Size: 423 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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