Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nponsard committed Nov 20, 2023
1 parent e4d22fb commit 3608ef0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions agent/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
//! The agent runs inside the MicroVM and is responsible for running the
//! user's code and sending the result back to the server.
//! It is packaged with other dependencies in an initramfs image using the initramfs tool.
//!
//! The communication between the agent and the server is done using gRPC.
use agent_lib::{
api::{
grpc_definitions::lambdo_agent_service_server::LambdoAgentServiceServer,
Expand Down

0 comments on commit 3608ef0

Please sign in to comment.