Developers
The Agentic Profile supports a protocol that is:
- Open source
- Light weight (easy to implement)
- Very secure using strong public key cryptography (ed25519 by default)
- Decentralized, anyone can publish an Agentic Profile at any HTTPS endpoint
- Fine grained/multi-tenant, allowing a single service to handle many users/agents/tenants
- Extensible, supporting any number of agents for a single profile, and allowing the agents to communicate in any protocol they agree on
Examples
- Mike's Agentic Profile: An example of an Agentic Profile
- Agent Service Node Express Demo Sourcecode: The source code of an Agent service running on Node using Express
- Agent Service AWS Lambda Demo Sourcecode: The source code of an Agent service running on AWS Lamdba, using Node and Express. Uses the
- Agent Service Node Demo for Smarter Dating: The AWS Lamdba demo Agent service running on AWS
- Matchwise: A webapp and service that hosts user Agentic Profiles and supports one user's agent chatting with another user's agent to determine if the real people should meet IRL
Quickstart
Clone the Agentic Profile Express Github repo for an easy to use demo. This project can also be extended to create a production grade agentic service in the cloud.