firstbatchxyz / dkn-compute-node

Compute Node of Dria Knowledge Network.
Apache License 2.0
8 stars 2 forks source link

feat: Search Agent #16

Closed erhant closed 1 month ago

erhant commented 1 month ago

Motivation

Search agents allow an LLM to obtain information not-known to them, or improve their existing knowledge by finding affirming resources.

Technical Requirements

Will use LangChain along with search-engine APIs such as DuckDuckGo.

Task Input

Input is a prompt only.

erhant commented 1 month ago

Implemented partly with #28