Skip to content

VM Agents#11

Merged
korewaChino merged 31 commits intomainfrom
refactor/vm-agent
Apr 14, 2026
Merged

VM Agents#11
korewaChino merged 31 commits intomainfrom
refactor/vm-agent

Conversation

@korewaChino
Copy link
Copy Markdown
Collaborator

@korewaChino korewaChino commented Apr 14, 2026

Let's merge this for now, as the VM Agents part has been completed

@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.


async fn on_stop(
&mut self,
actor_ref: WeakActorRef<Self>,
@@ -1,8 +1,8 @@

use serde::{Deserialize, Serialize};
@@ -1,8 +1,8 @@

use serde::{Deserialize, Serialize};
use stable_eyre::Result;
use std::cell::RefCell;
use tracing::{debug, info, warn};
use std::time::Duration;

steps:
- uses: actions/checkout@v4
- uses: rui314/setup-mold@v1
- uses: actions/checkout@v4
- uses: rui314/setup-mold@v1
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.9
override: true


- uses: rui314/setup-mold@v1

- uses: rui314/setup-mold@v1
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.9
@korewaChino korewaChino linked an issue Apr 14, 2026 that may be closed by this pull request
Copy link
Copy Markdown

@github-advanced-security github-advanced-security AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clippy found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

@korewaChino korewaChino merged commit 8f5a0ab into main Apr 14, 2026
12 checks passed
@korewaChino
Copy link
Copy Markdown
Collaborator Author

The whole codebase was unstable so this is to rebase this to the main branch, the featureset for VM Agents should be done.

We will be protecting main eventually, but probably not now since the architecture is still pretty unstable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor: VM Actors

3 participants