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:
Salman Paracha 2024-10-06 17:16:48 -07:00 committed by GitHub
parent 5c7567584d
commit 7d21359f5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 260 additions and 1 deletions

View file

@ -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)