Will Abramson

Results 95 comments of Will Abramson

Maybe a .from() function to get the connection_id also

This seems a good place to start - https://github.com/OpenMined/PyDentity/releases/new. Not read up on github releases, or how to link to pip https://pypi.org/project/aries-basic-controller/

We should also tidy up our package. It would be good to export the AriesAgentController directly from aries-basic-controller. See - https://python-packaging-tutorial.readthedocs.io/en/latest/setup_py.html Currently it is ``` from aries_basic_controller.agent_controller import AriesAgentController ```...

It would also be good to add a common dockerfile that installs the basic controller package from pip rather than from the files in the repo.

@morrieinmaas sorry dropping a bunch on messages on your plate. But after webhooks issue #79 I think we need to target this issue. In that we really ought to push...

Hey, I will take a loot into this next week. It seems like some of the dependencies of this project have become out of date.

Is this not the API_KEY that can be optionally set? Or is this something extra we need to look into.

Hey, sure this would be a great issue to get you started. Have you managed to get the tutorials running yet?

Great welcome. Please read the Readme in this repo, try to see if you can get the tutorials working just from that information. It will be a good test of...

**./manage start** is the command you enter into your terminal (from the correct folder see the item above it). It spins up all the docker containers for the relevant tutorial...