From b1f2944440b903b553b61a737916398810107058 Mon Sep 17 00:00:00 2001 From: JIMMY ZHAO Date: Fri, 27 Oct 2023 18:45:01 -0400 Subject: [PATCH] add dotagent --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 3a044cf..e9a0bd4 100644 --- a/README.md +++ b/README.md @@ -811,6 +811,19 @@ Welcome to the AI Driven Software Development Automation Solution, abbreviated a +## [dotagent](https://github.com/dot-agent/dotagent) + +An agent management system that facilitates the creation of robust AI applications and experimental autonomous agents through a rich suite of developer tools. + +
+ +### Description +- Enables the deployment of agents across multiple platforms including cloud, PCs, or mobile devices, and extends functionality through Python or plain English integrations. +- Advances prompt engineering with a powerful prompt compiler, offering a higher degree of control over Language Models, significantly optimizing the response generation process. +- Allows seamless export of agents into portable files for execution in any environment, along with an optional Agentbox feature for optimized computing resource management within a sandboxed environment. + +
+ ## [English Compiler](https://github.com/uilicious/english-compiler) POC AI based Compiler, for converting english based markdown specs, into functional code