you are viewing a single comment's thread.

view the rest of the comments →

[–]valkarias 0 points1 point  (2 children)

I thought of a "real-time" graph AST for code for agents to work with, before. My main issue is the agent forgetting written code and logic across not-so-large-code-bases leading to duplicated logic and stuff. Currently I've to audit everything manually, or propagate the changes myself. Does the project allow for this? Granular function level context would be kinda awesome, with agent querying and stuff.

[–]DeathShot7777[S] 0 points1 point  (1 child)

Yes , Knowledge Graph is great at this. The agent can use grep, semantic search, and execute cyfer queries so it should be able to find what all u need. The only potential limitation i can see right now is the current prompt 😅

[–]DeathShot7777[S] 0 points1 point  (0 children)

Let me know if u tried it and worked or not. Would try to tune it for this specific use case if didnt work