aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE1
-rw-r--r--README.md5
2 files changed, 6 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 9bcf188..6df5027 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,7 @@
MIT License
Copyright (c) sigoden
+Copyright (C) 2026 Leonard Kugis
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.