Skip to content

Agent++ consists of a language and a runtime. Designed for efficient and safe LLM agentic automation.

Notifications You must be signed in to change notification settings

jacoboforero/Agent_PlusX2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent++

Agent++ is a conceptual framework designed to enable safe, efficient, and standardized agentic automation by leveraging large language models (LLMs). It consists of two primary components:

  1. Language Specification: A conceptual programming/scripting language tailored for LLMs, drawing inspiration from Python's flexibility and Bash's task-oriented syntax. The language is optimized for LLMs to learn, generate, and execute commands for a wide range of automation tasks.

  2. Interpreter/Runtime Environment: A safety-centric execution layer designed to sandbox and execute commands generated in the Agent++ language. This runtime prioritizes security, allowing configurable safety settings and constraints to mitigate risks in autonomous task execution.

Objectives

Agent++ is designed with three key goals:

  • Adoptability: The language can be seamlessly integrated into LLMs through training and tooling.
  • Automation-First Design: It supports agentic tasks and workflows effectively.
  • Safety and Security: The runtime environment ensures safe, accountable execution of automated tasks.

Motivation

As LLMs become increasingly capable, there is a growing demand for integrating them into autonomous workflows. However, existing solutions lack standardization, scalability, and robust safety mechanisms. Agent++ aims to fill this gap by providing a unified framework for agentic automation, combining a language optimized for LLMs with a secure execution platform.

Vision

Agent++ provides the foundation for reliable, safe, and efficient agentic automation, bridging the gap between powerful AI capabilities and responsible deployment. By focusing on both language design and runtime safety, it seeks to standardize and advance the use of LLMs in agentic roles.

About

Agent++ consists of a language and a runtime. Designed for efficient and safe LLM agentic automation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published