Ephemeral182 commited on
Commit
428a055
·
verified ·
1 Parent(s): 7116613

README: drop the 3-tool table and the Out-of-scope bullet

Browse files
Files changed (1) hide show
  1. README.md +0 -7
README.md CHANGED
@@ -95,12 +95,6 @@ This repository hosts the **GenEvolve agent policy** — a Qwen3-VL-8B-Instruct
95
 
96
  For a user request, the agent samples a multi-turn trajectory of tool calls before emitting the final prompt-reference program. The downstream generator then renders the image.
97
 
98
- | Tool | Role | Output |
99
- |---|---|---|
100
- | `search(queries)` | External textual evidence — entities, dates, facts | Markdown digest |
101
- | `image_search(query)` | Visual references; each result is given a unique `IMG_###` id | Image list with local paths |
102
- | `query_knowledge(skill_name)` | Internal generation knowledge — `spatial_layout`, `text_rendering`, `quantity_counting`, `attribute_binding`, `anatomy_body_coherence`, `physical_material_consistency`, `creative_drawing`, `aesthetic_drawing` | Skill markdown |
103
-
104
  ---
105
 
106
  ## 🖼️ Visual Demos
@@ -178,7 +172,6 @@ The agent's final `<answer>` is a JSON object:
178
  ## ⚖️ Intended Use, Limits, Bias
179
 
180
  - **Intended use.** Research on tool-using image-generation agents, agentic prompt-program synthesis, and self-distillation from generated outcomes.
181
- - **Out of scope.** The model produces a *prompt + reference list*, not pixels. Final image quality and safety are inherited from the downstream generator you pair it with. Do not use the agent to fabricate likenesses, infringing logos, or misleading factual imagery — apply your own content-safety filter on the generator side.
182
  - **Search dependency.** The agent issues live web/image queries through user-provided tool wrappers. Quality of grounded facts depends on the search backend you plug in.
183
  - **Bias.** Tool outputs and reference images come from public web search, which carries demographic, cultural, and geographic biases that may be reflected in agent outputs.
184
 
 
95
 
96
  For a user request, the agent samples a multi-turn trajectory of tool calls before emitting the final prompt-reference program. The downstream generator then renders the image.
97
 
 
 
 
 
 
 
98
  ---
99
 
100
  ## 🖼️ Visual Demos
 
172
  ## ⚖️ Intended Use, Limits, Bias
173
 
174
  - **Intended use.** Research on tool-using image-generation agents, agentic prompt-program synthesis, and self-distillation from generated outcomes.
 
175
  - **Search dependency.** The agent issues live web/image queries through user-provided tool wrappers. Quality of grounded facts depends on the search backend you plug in.
176
  - **Bias.** Tool outputs and reference images come from public web search, which carries demographic, cultural, and geographic biases that may be reflected in agent outputs.
177