Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please input your name before the meeting 

  •  @Baohua Yang
  •  Haitao Yue
  •  @tong li
  •  @Luke Chan
  •  @DuPeng

Minutes

  • tong li suggest to isolate the authentication and authorization part, i.e., let nginx or other web proxy to help do authentication. While Haitao Yue think the API server can handle both. The existing solution is not that flexible, but can be taken as the first milestone.
  • Peng Du Luke Chan and Mingming Tian proposed their thoughts, too.
  • tong li suggest let each agent run inside container:
    • Pros: No need to use python to write the agent code, any language can be taken, even with command line tool.
    • Cons: May introduce latency during agent call, and may need to consider how to secure the container call, and let the container has credential when start up.
    • Question TBD: the container will be server-less or work as daemon?