From a5d206768fc597ce4f9e038e4f05cb3428d34665 Mon Sep 17 00:00:00 2001 From: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> Date: Fri, 23 May 2025 11:40:17 -0400 Subject: [PATCH] Update README.md Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fb8c91..5758454 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ Remote 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. - ### Features not included in this fork - Capabilities API: Reports available agents via HTTP (useful for dynamic intent mapping) @@ -119,6 +118,10 @@ If your agent requires specific API keys or configuration, add them to the `Shim This project is licensed under the [MIT License](LICENSE) +## FAQ +> Q: Why Rust? +> A: Stronger primitives for STDIO and process management. + Development History (Nov 2024 – May 2025) --- @@ -174,4 +177,4 @@ Development History (Nov 2024 – May 2025) * **Refactor project structure, enhance logging, and initial UI responses** *(2024-11-28)* --- -Note: Original commit history may be available by request. \ No newline at end of file +Note: Original commit history may be available by request.