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
Copy file name to clipboardExpand all lines: README.md
+7-15Lines changed: 7 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,19 @@
1
-
# Autogenesis
1
+
# Deep Research Agent
2
2
3
3
English | [中文说明](README_zh.md)
4
4
5
-
Autogenesis is a self-evolution protocol and runtime for LLM-based agent systems.
5
+
Deep Research Agent is a self-evolution protocol and runtime for LLM-based agent systems.
6
6
7
-
Recent agent protocols often under-specify cross-entity **lifecycle/context management**, **version tracking**, and **safe evolution update interfaces**, which encourages monolithic compositions and brittle glue code. Autogenesis addresses this by decoupling **what evolves** from **how evolution occurs**:
7
+
Recent agent protocols often under-specify cross-entity **lifecycle/context management**, **version tracking**, and **safe evolution update interfaces**, which encourages monolithic compositions and brittle glue code. Deep Research Agent addresses this by decoupling **what evolves** from **how evolution occurs**:
8
8
9
9
-**RSPL (Resource Substrate Protocol Layer)**: models *prompts, agents, tools, environments, and memory* as protocol-registered resources with explicit **state**, **lifecycle**, and **versioned** interfaces.
10
10
-**SEPL (Self Evolution Protocol Layer)**: specifies a closed-loop operator interface to **propose**, **assess**, and **commit** improvements with auditable lineage and **rollback**.
11
11
12
-
Built on Autogenesis, the system includes an **Autogenesis-Agent** style tool-calling agent that can dynamically instantiate/retrieve/refine resources and improve during execution.
Built on Deep Research Agent, the system includes a **Deep Research Agent** style tool-calling agent that can dynamically instantiate/retrieve/refine resources and improve during execution.
17
13
18
14
## Self-evolution at a glance
19
15
20
-
At a high level, Autogenesis supports an iterative loop:
16
+
At a high level, Deep Research Agent supports an iterative loop:
21
17
22
18
-**Act**: an agent produces actions/outputs using an LLM and the available tools/environments.
23
19
-**Observe**: capture outcomes, traces, intermediate reasoning, and environment feedback.
@@ -43,7 +39,7 @@ At a high level, Autogenesis supports an iterative loop:
0 commit comments