This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
yacy_search_server
Watch
1
Star
0
Fork
0
You've already forked yacy_search_server
mirror of
https://github.com/yacy/yacy_search_server.git
synced
2026-04-28 23:03:00 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Upload File
Apply Patch
yacy_search_server
/
source
/
net
/
yacy
/
ai
/
tools
History
Michael Peter Christen
1f80c6679e
Add search tool backed by shared RAG search document output
2026-03-28 21:33:54 +01:00
..
CalculatorTool.java
added skill configuration: we present llm tools as "Skills" and make
2026-02-08 21:44:04 +01:00
ChitChatTool.java
added tool calling abilities to yacychat.html and added a tool handler to RAGProxyServlet; also provided a large set of basic tools to handle calculations, date understanding, unit conversion, web fetch, number parsing, self reflection and more
2026-02-07 10:51:54 +01:00
DateMathTool.java
added tool calling abilities to yacychat.html and added a tool handler to RAGProxyServlet; also provided a large set of basic tools to handle calculations, date understanding, unit conversion, web fetch, number parsing, self reflection and more
2026-02-07 10:51:54 +01:00
DateTimeTool.java
added tool calling abilities to yacychat.html and added a tool handler to RAGProxyServlet; also provided a large set of basic tools to handle calculations, date understanding, unit conversion, web fetch, number parsing, self reflection and more
2026-02-07 10:51:54 +01:00
HttpJsonTool.java
added tool calling abilities to yacychat.html and added a tool handler to RAGProxyServlet; also provided a large set of basic tools to handle calculations, date understanding, unit conversion, web fetch, number parsing, self reflection and more
2026-02-07 10:51:54 +01:00
Mermaid2ASCIITool.java
added Mermaid rendering tool
2026-02-08 13:34:43 +01:00
NumberParserTool.java
added tool calling abilities to yacychat.html and added a tool handler to RAGProxyServlet; also provided a large set of basic tools to handle calculations, date understanding, unit conversion, web fetch, number parsing, self reflection and more
2026-02-07 10:51:54 +01:00
PromptToMermaidTool.java
the mermaid generation tool now suggest to call the mermaid visualization tool
2026-03-28 21:29:01 +01:00
SearchTool.java
Add search tool backed by shared RAG search document output
2026-03-28 21:33:54 +01:00
SelfReflectTool.java
added tool calling abilities to yacychat.html and added a tool handler to RAGProxyServlet; also provided a large set of basic tools to handle calculations, date understanding, unit conversion, web fetch, number parsing, self reflection and more
2026-02-07 10:51:54 +01:00
TableOpsTool.java
added tool calling abilities to yacychat.html and added a tool handler to RAGProxyServlet; also provided a large set of basic tools to handle calculations, date understanding, unit conversion, web fetch, number parsing, self reflection and more
2026-02-07 10:51:54 +01:00
UnitConverterTool.java
added tool calling abilities to yacychat.html and added a tool handler to RAGProxyServlet; also provided a large set of basic tools to handle calculations, date understanding, unit conversion, web fetch, number parsing, self reflection and more
2026-02-07 10:51:54 +01:00
WebFetchTool.java
if webfetch fails, it tells the LLM that this is not fatal and it should go on
2026-03-28 21:29:33 +01:00
WikipediaLinkCreatorTool.java
added tool calling abilities to yacychat.html and added a tool handler to RAGProxyServlet; also provided a large set of basic tools to handle calculations, date understanding, unit conversion, web fetch, number parsing, self reflection and more
2026-02-07 10:51:54 +01:00