-
Notifications
You must be signed in to change notification settings - Fork 192
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
Heterogenous Agent Computing #236
Conversation
@@ -26,7 +26,7 @@ import App from "./components/app.js"; | |||
import "antd/dist/antd.dark.css"; | |||
|
|||
let client = new Client({ | |||
endpoint: "http://localhost:8081", | |||
endpoint: window.location.origin, |
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.
This includes the port I take it.
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.
yep, sure does
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.
I like it, thanks for the review last night on the design. Perhaps attach the diagram to this PR for record keeping (could also put it in the wiki)?
A giant step on HAC! |
zoo_worker argument
🚢 |
This PR contains a first pass at Heterogeneous Agent Computing.
The main idea is that we have the Zoo Worker installed on a server and listens for SMARTS sessions requesting remote social agents.
Sequence diagram for SMARTS allocating a remote social agent