This commit is contained in:
geoffsee
2025-05-23 09:48:26 -04:00
commit 66d3c06230
84 changed files with 6529 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# web-agent-rs
Hacky genaiscript host for integration into conversational AI applications.
### Disclaimer
This has not undergone a formal security assessment. You should do your own evaluation before using this.
### How it works
1. A chat client specifies the URL to this host in their environment.
2. They send a request with their credentials to create a stream resource
## Docs
The [docs](./docs) folder is under construction