Skip to content
Open
Due by May 29, 2026
Last updated May 25, 2026

This milestone tracks the work we are actively developing and preparing to share with the community this week. It is a weekly progress milestone, not the final release gate for Eigent 0.1.0. Some items may continue beyond this sprint.

Eigent 0.1.0 development is happening mainly on the test branch. PRs merged into test are treated as part of the 0.1.0 feature train.

Highlights

1. Single Agent Harness

We are adding a first-class Single Agent mode so users can work directly with one focused agent instead of always starting from the full workforce flow.

Current focus:

  • CAMEL-based single-agent runtime.
  • Single-agent chat/session flow.
  • Todo/task interaction improvements.
  • Follow-up UX and direct conversation behavior.

2. Folder Workspace Selection

We are improving how users bind a local folder to their work context. This is an important step toward making Eigent more predictable for real project work.

Current focus:

  • Immutable folder binding.
  • Clearer project/folder relationship.
  • Safer workspace selection flow.

3. Project Layer Refactor / Space Architecture

We are refactoring the project model by adding a new Space layer above Project.

A Space will represent the folder-backed working context. A Project will become an execution/session container inside a Space. This unlocks a future workflow where one codebase or folder can hold multiple independent projects, runs, histories, and agent modes.

Current focus:

  • Space model and migration design.
  • Project-to-Space relationship.
  • run_id compatibility with existing task_id.
  • Legacy Space migration for existing users.
  • Runtime isolation for multiple Projects.

4. Remote Control

We are prototyping Remote Control so users can create a secure temporary link for an active desktop task and continue monitoring or controlling it from another device.

Current focus:

  • Expiring remote session links.
  • Desktop bridge with heartbeat/reconnect.
  • Remote web page for live task status.
  • Human reply and follow-up command support.
  • Stop, skip, add/remove task, supplement, and switch-project commands.
  • Session revoke/extend and token-based access control.

5. Frontend UI/UX Refresh

We are doing a broad UI/UX polish pass to make Eigent 0.1.0 feel more focused, stable, and easier to navigate.

Current focus:

  • Workspace page structure and subpages.
  • Top bar, layout, navigation, and session panel improvements.
  • Task splitting/startup UX.
  • Work log and execution context display.
  • Model configuration UX.
  • Project and MCP list preloading.
76% complete

List view