From 34fbbba60a3bb2ee764e4f48066360c3ec63c765 Mon Sep 17 00:00:00 2001 From: Christopher Date: Wed, 29 Oct 2025 15:52:37 -0400 Subject: [PATCH] Update README with upcoming agent loop changes Added a note about an upcoming agent loop version with improvements. Signed-off-by: Christopher --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e094981..676966a 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,11 @@ For detailed documentation, see [documentation](https://github.com/theelderemo/c +# DEV UPDATE: +I have a new version of the agent loop I'll be committing soon. It uses loop logic, has bigger base tool calling, and stricter rules based on project scope. + > [!TIP] -> There is now an official [CortexAI Plugin Repo](https://github.com/theelderemo/cortexai-plugins) for a community first platform. Go check it out! +> There is now an official [CortexAI Plugin Repo](https://github.com/theelderemo/cortexai-plugins) for a community first platform. Go check it out! ## What is CortexAI?