Establish a Knowledge Base #1340
Replies: 1 comment
-
|
I think this is a reasonable use case, but I would be careful about relying only on agent instructions for the directory structure. If the generated wiki is currently flat, then a prompt/skill can probably influence the content and maybe suggest categories, but it may not reliably control where files are written unless Graphify exposes that as part of the generation pipeline. The more robust approach would be to separate this into two steps:
For example: tools/* -> general tools A skill could help define that taxonomy, but I would prefer an explicit output rule or config like a path-mapping file, rather than hoping the agent always follows the folder convention. So my read is:
For a knowledge base, this would be quite useful. Flat output is fine for small generated wikis, but once the generated content grows, having a deterministic directory structure becomes important for navigation, review, and long-term maintenance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If I want to use graphify's ability to generate wikis from raw data for my Knowledge Base, the currently generated content seems to be flat. Is there any way I can place the generated wiki content according to my desired directory structure? For example, general tools would be placed in wiki/tools when generated, and some people-finding map capabilities would be placed in wiki/maps. Can this be achieved through skills or by setting some restrictions for agents? Has anyone kind enough tried this?
Beta Was this translation helpful? Give feedback.
All reactions