aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2026-01-31 13:36:46 +0100
committerLeonard Kugis <leonard@kug.is>2026-01-31 13:36:46 +0100
commit4742f1125021f6bc1a2631c6e54cf6365f9d37f6 (patch)
tree48da43ec42b736c6f585bd377ab338a7ace0f6b8 /README.md
parent616d8d84c5565fdb66d8782ae5ba56d994bfa82a (diff)
downloadllm-functions-docker-4742f1125021f6bc1a2631c6e54cf6365f9d37f6.tar.gz
Initial commit after fork
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index c8424c6..8e8b602 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
# LLM Functions
+This is a fork of original `llm-functions` by `sigoden`.
+It adds additional sandboxing functionality to work with docker containers.
+
+## General
+
This project empowers you to effortlessly build powerful LLM tools and agents using familiar languages like Bash, JavaScript, and Python.
Forget complex integrations, **harness the power of [function calling](https://platform.openai.com/docs/guides/function-calling)** to connect your LLMs directly to custom code and unlock a world of possibilities. Execute system commands, process data, interact with APIs – the only limit is your imagination.