-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update api to include agent inject feature #39
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just an initial scan...
I really like that this is possible now because not only is it good for the test framework, but it will be good for other third party peer discovery solutions and options. |
@philipbeadle did the tests pass locally?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kepp the agent info type opaque because it's not using holochaib types like AgentPubKey
it's using kitsune type which you don't have here
The PR adds the agent injection that was added to the admin API in holochain/#501