From c4114f25b0588e206beb4b49493de4e928547180 Mon Sep 17 00:00:00 2001 From: Vatche Isahagian Date: Wed, 8 Apr 2026 11:15:41 -0400 Subject: [PATCH 1/2] Update README.md minor edits to the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac646d3..e08939c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Evolve is a system designed to help agents improve over time by learning from their trajectories. It uses a combination of an MCP server for tool integration, vector storage for memory, and LLM-based conflict resolution to refine its knowledge base. +> [!IMPORTANT] +> ⭐ **Please star the repo** if you find ALTK‑Evolve useful — it helps others discover it. + ## Features - **MCP Server**: Exposes tools to get guidelines and save trajectories. @@ -109,7 +112,6 @@ See the [Low-Code Tracing Guide](docs/guides/low-code-tracing.md#6-understanding Evolve is an active project, and real‑world usage helps guide its direction. -If Evolve is useful or aligned with your work, consider giving the repo a ⭐ — it helps others discover it. If you’re experimenting with Evolve or exploring on‑the‑job learning for agents, feel free to open an issue or discussion to share use cases, ideas, or feedback. From 4e2b22d9cd859c236992a95d3aed778f3d364871 Mon Sep 17 00:00:00 2001 From: Vatche Isahagian Date: Wed, 8 Apr 2026 11:17:44 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e08939c..be0a031 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Evolve is a system designed to help agents improve over time by learning from their trajectories. It uses a combination of an MCP server for tool integration, vector storage for memory, and LLM-based conflict resolution to refine its knowledge base. > [!IMPORTANT] -> ⭐ **Please star the repo** if you find ALTK‑Evolve useful — it helps others discover it. +> ⭐ **Star the repo**: it helps others discover it. ## Features