eino icon indicating copy to clipboard operation
eino copied to clipboard

[Feature]Support structured context for “vibe coding” system prompts in Eino

Open Whitea029 opened this issue 4 months ago • 0 comments

Is your feature request related to a problem? Please describe.

Vibe coding is becoming a common workflow for AI agent development, where LLMs use structured context files to better understand the framework and codebase. Currently, Eino doesn’t provide a standardized way to supply such context for LLMs.

Describe the solution you'd like

Add support for llms.txt and llms-full.txt style context files that summarize Eino’s components, APIs, and usage patterns.

  • llms.txt: a concise overview for small context windows
  • llms-full.txt: a detailed version for larger models

These files can serve as system prompts or background context when developing with vibe coding tools or LLM-based assistants.

Describe alternatives you've considered

Developers can manually include parts of the documentation in system prompts, but this is less consistent and harder to maintain across updates.

Additional context

Inspired by Google’s adk-python, which provides llms.txt and llms-full.txt for vibe coding. Adding similar support in Eino would make it easier for LLMs to understand and develop with the framework.

Whitea029 avatar Oct 09 '25 14:10 Whitea029