Skip to content
/ q Public

Cool gadgets for Hyperledger Aries-style SSI agents.

License

Notifications You must be signed in to change notification settings

evernym/q

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0dc9cc3 · Mar 3, 2021
Aug 17, 2019
Nov 15, 2019
Apr 30, 2019
May 3, 2019
Jan 30, 2019
Nov 15, 2019
Apr 5, 2019
Feb 20, 2019
Mar 3, 2021

Repository files navigation

q

Q supplied James Bond and other secret agents with cool gadgets:

Q in James Bond - Towpilot BY CC 3.0

This repo is a source of cool agent gadgets as well, but they are for Indy-style self-sovereign identity agents (much cooler than 007 :-).

Q's gadgets may be especially helpful in testing and development. They include:

dcs

A command-line tool ("DIDComm send") that lets you send an arbitrary A2A message to some other agent. Scriptable.

fileagent

An agent that interacts by reading and writing files in a folder in the filesystem is a useful way to simulate arbitrary behavior of other agents. Observe what your agent is sending by watching a folder. Take as long as you like to build any message you want, drop it in that folder as a response, and see how your agent reacts. Scriptable; record and playback agent behaviors by doing simple file I/O.

polyrelay

A pluggable relay that lets you translate any agent transport into different transports (either 1-to-1, or teeing 1-to-many), for arbitrary testing scenarios.

mailmediator

An agent that uses SMTP and IMAP as its transports is a useful way to experiment with something other than HTTP. It makes the asynchronous nature of DID Communication very obvious. And the best part is, you don't even have to run one to use one--there's an instance of this agent running at [email protected]. Send it an email and see what happens.