← Back to Product Feed

GitHub Open Source HKUDS/OpenSpace

"OpenSpace: Make Your Agents: Smarter, Low-Cost, Self-Evolving" -- Community: https://open-space.cloud/

4,326
Traction Score
504
Forks
Mar 24, 2026
Launch Date
View Origin Link

Product Positioning & Context

AI Executive Synthesis
User-friendly agent management and monitoring
This issue indicates a fundamental problem with the `openspace-dashboard` command's availability or installation. A "command not found" error for a core component like a dashboard suggests either incomplete installation instructions, a broken installation script, or an environmental path issue. This directly impedes user interaction with the OpenSpace system, preventing access to agent management and monitoring functionalities. Such basic operational failures create significant friction for new users, undermining the "smarter, low-cost, self-evolving" promise by making the system inaccessible or difficult to manage.
"OpenSpace: Make Your Agents: Smarter, Low-Cost, Self-Evolving" -- Community: https://open-space.cloud/

Related Ecosystem & Alternatives

Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.

Deep-Dive FAQs

What is HKUDS/OpenSpace?
HKUDS/OpenSpace is analyzed by our AI as: User-friendly agent management and monitoring. It focuses on This issue indicates a fundamental problem with the `openspace-dashboard` command's availability or installation. A "command not found" error for a...
Where did HKUDS/OpenSpace originate?
Data for HKUDS/OpenSpace was aggregated directly from the GitHub Open Source community ecosystem, representing raw developer and early-adopter sentiment.
When was HKUDS/OpenSpace publicly launched?
The initial public indexing or launch date for HKUDS/OpenSpace within our tracked developer communities was recorded on March 24, 2026.
How popular is HKUDS/OpenSpace?
HKUDS/OpenSpace has achieved measurable traction, logging over 4,326 traction score and facilitating 504 recorded discussions or engagements.
Are there active development issues for HKUDS/OpenSpace?
Yes, we are currently tracking open architectural debates and bug reports for this project on GitHub. There are currently 5 active high-priority issues logged recently.
Are there open-source alternatives related to HKUDS/OpenSpace?
Yes, the GitHub ecosystem contains correlated projects. For example, a repository named HKUDS/OpenHarness shares highly similar architectural descriptions and topics.
How does the creator describe HKUDS/OpenSpace?
The original author or development team describes the product as follows: ""OpenSpace: Make Your Agents: Smarter, Low-Cost, Self-Evolving" -- Community: https://open-space.cloud/"

Active Developer Issues (GitHub)

open self-evolving + cross-Agent sharing style 自我进化与跨 Agent 共享的风格
Logged: Mar 30, 2026
open Is it possible to combine with Serena?
Logged: Mar 30, 2026
open 互相冲突的 extras
Logged: Mar 27, 2026
open Quickstart Issue
Logged: Mar 26, 2026
open Public clarification requested on substantial overlap with EvoMap and Evolver / 关于与 EvoMap和Evolver存在实质性重合的公开说明请求
Logged: Mar 25, 2026

Community Voice & Feedback

tluma • Mar 30, 2026
Hey loicduong! I couldn't find any mention of **Serena** in the OpenSpace docs (e.g., the [README](https://github.com/hkuds/openspace/blob/main/README_CN.md) and other files). So there’s no official integration or guidance on combining the two projects. You could certainly give it a try, but it isn’t documented or supported out‑of‑the‑box.
zouxiaoliang • Mar 30, 2026
[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "openspace"
version = "0.1.0"
description = "OpenSpace"
readme = "README.md"
requires-python = ">=3.12"
license = {text = "MIT"}
authors = [
{name = "OpenSpace Team@HKUDS"}
]

dependencies = [
"litellm>=1.70.0",
"python-dotenv>=1.0.0",
"openai>=1.0.0",
"jsonschema>=4.25.0",
"mcp>=1.0.0",
"anthropic>=0.71.0",
"pillow>=12.0.0",
"numpy>=1.24.0",
"colorama>=0.4.6",
"flask>=3.1.0",
"pyautogui>=0.9.54; sys_platform != 'darwin'",
"pyautogui>=0.9.40,=2.12.0",
"requests>=2.32.0",
]

[project.optional-dependencies]
macos = [
"pyobjc-core>=12.0; sys_platform == 'darwin'",
"pyobjc-framework-cocoa>=12.0; sys_platform == 'darwin'",
"pyobjc-framework-quartz>=12.0; sys_platform == 'darwin'",
"atomacos>=3.2.0; sys_platform == 'darwin'",
]

linux = [
"python-xlib>=0.3...
tluma • Mar 27, 2026
Thanks for sharing the steps that worked for you on an Apple M2 Pro Mac Mini. Using a project‑local virtual environment and installing the package in editable mode (`pip install -e .`) is a solid approach, especially on macOS where system‑wide Python packages can cause issues. If you ran into any errors before creating the venv, could you provide the error messages or your Python version? Adding these instructions to the quick‑start guide would likely help other users on similar hardware.
xlrrrr • Mar 26, 2026
Hi, thank you for raising this issue. We take questions about originality and attribution seriously, and we are happy to provide a direct, public response.

**In short: OpenSpace and evolver are fundamentally different projects.** They diverge at the architectural level — evolver is a prompt generator that delegates execution to an external Hand, while OpenSpace is an in-process worker that directly modifies and validates code. This root divergence leads to completely different evolution triggers, processes, and products. Below we provide a detailed explanation.

## 1. OpenSpace's Design Lineage: From Tool-Level to Skill-Level Self-Evolution

OpenSpace did not start from the concept of "self-evolving agents" in the abstract. It grew out of a concrete, traceable engineering path.

In mid-December last year, we released **[AnyTool](https://github.com/HKUDS/AnyTool)**, a grounding agent that serves as a **worker** to complete tasks. AnyTool monitors low-level tool (MCP, GUI, Web, Shell) e...
xlrrrr • Mar 25, 2026
Thanks for your interest in OpenSpace!

The `openspace-dashboard` command is installed as a Python console script entry point via `pip install -e .`. It looks like this step was missed. Please follow the [Quick Start](https://github.com/HKUDS/OpenSpace#-quick-start) instructions in the README:

```bash
git clone https://github.com/HKUDS/OpenSpace.git && cd OpenSpace
pip install -e .
```

After that, `openspace-dashboard --port 7788` should work.

Feel free to ask if you have any other questions.

Discovery Source

GitHub Open Source GitHub Open Source

Aggregated via automated community intelligence tracking.

Tech Stack Dependencies

No direct open-source NPM package mentions detected in the product documentation.

Media Tractions & Mentions

No mainstream media stories specifically mentioning this product name have been intercepted yet.

Deep Research & Science

No direct peer-reviewed scientific literature matched with this product's architecture.