mirror of
https://github.com/katanemo/plano.git
synced 2026-07-11 16:12:13 +02:00
added index.html and made minor README.md edits (#130)
* added index.html and made minor README.md edits * minor fix to the text --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
This commit is contained in:
parent
5c7567584d
commit
7d21359f5b
2 changed files with 260 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<img src="docs/source/_static/img/arch-logo.png" alt="Arch Gateway Logo" title="Arch Gateway Logo">
|
||||
</p>
|
||||
|
||||
<h2>Build fast, robust, and personalized GenAI applications (agents, assistants, etc.)</h2>
|
||||
<h2>Build fast, robust, and personalized GenAI apps (agents, assistants, etc.)</h2>
|
||||
|
||||
Arch is an intelligent [Layer 7](https://www.cloudflare.com/learning/ddos/what-is-layer-7/) gateway designed for generative AI apps, AI agents, and co-pilots that work with prompts. Engineered with purpose-built LLMs, Arch handles the critical but undifferentiated tasks related to the handling and processing of prompts, including detecting and rejecting [jailbreak](https://github.com/verazuo/jailbreak_llms) attempts, intelligently calling "backend" APIs to fulfill the user's request represented in a prompt, routing to and offering disaster recovery between upstream LLMs, and managing the observability of prompts and LLM interactions in a centralized way.
|
||||
|
||||
|
|
@ -11,6 +11,9 @@ Arch is an intelligent [Layer 7](https://www.cloudflare.com/learning/ddos/what-i
|
|||
*Prompts are nuanced and opaque user requests, which require the same capabilities as traditional HTTP requests including secure handling, intelligent routing, robust observability, and integration with backend (API) systems for personalization – all outside business logic.*
|
||||
|
||||
|
||||
# Contact
|
||||
To get in touch with us, please join our [discord server](https://discord.gg/rbjqVbpa). We will be monitoring that actively.
|
||||
|
||||
# Demos
|
||||
## Complete
|
||||
* [Weather Forecast](demos/function-calling/README.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue