Agency – Unifying human, AI, and other computing systems, in Python

Agency is a communication framework that allows humans and AI systems to interact with each other in shared environments called “spaces”. It enables the integration of AI agents, people, and traditional computing systems. Agency simplifies the creation of applications that may mix AI, human, and traditional computing systems, in a way that is intended for all to equally understand and use. It provides a messaging protocol that automatically handles actions such as reporting exceptions and enforcing access restrictions. The API accommodates agent integration with systems such as UI-driven applications, terminal environments, software APIs, and other AI agents. However, users need to be cautious as running agency may expose their computer to access by any connected agent.

https://github.com/operand/agency

To top