You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the entire agent is prototyped in Python, this includes the network and data collection operations. They should be written in a more efficient language to reduce operational latency and resource usage. A nice way to compose the framework is to use Arrow to glue all modules together. Data can be collected in C and shared with the Python agent using the Arrow interface.
The text was updated successfully, but these errors were encountered:
Currently, the entire agent is prototyped in Python, this includes the network and data collection operations. They should be written in a more efficient language to reduce operational latency and resource usage. A nice way to compose the framework is to use Arrow to glue all modules together. Data can be collected in C and shared with the Python agent using the Arrow interface.
The text was updated successfully, but these errors were encountered: