Skip to content

Agent Menroy --form TencentDB Agent Menroy

Agent将尝试中成功的操作保存成他自己的skill

skill are folds of instructions , scritp , and resources thaat Agent loads dynamically to impove performance no specialized tasks.

----form claude docs

Wiki

A wiki is a form of online hypertext publication that is collaborativaely edited and manged by its own audience trought a web browser.

--from What Are Wikis? How Are They Different From Knowledge Bases?

总结:一个共享的实时的所有人可以操作的共享文档

特点:极强的版本管理器(类似git),可以记住每个人上传的时间,上传的文件,以及谁上传的,用来给Agent当专门的‘数字大脑“

CodeGraph

将代码解析成图结构中的节点Node和边Egde

好处:

  • 搜索代码中的函数不只是简单的找到在哪里,而是找到了继承了哪个接口,依赖了什么
  • 让模型可以用更少的Token去读更少的文件

ChatMenroy