-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Is your feature request related to a problem?
- Yes, it is related to a problem
Describe the feature you'd like
π Feature Description
This feature re-envisions the FAQ Handler
as a specialized tool that leverages web search to answer general, high-level questions about the organization. It is designed to be the go-to tool for users seeking to understand the organization's mission, projects, and operational model.
It will be triggered when users ask questions like:
- "What is this organization all about?"
- "How does this organization work?"
- "What projects do you have?"
- "What are the main goals of Devr.AI?"
π Problem Statement
Newcomers and potential contributors often have foundational questions about the organization itself before they dive into specific projects. Answering these questions manually is repetitive and inefficient. While a static knowledge base could work, it risks becoming outdated. A dynamic approach is needed to provide accurate, current information based on the organization's official public presence.
π― Expected Outcome
The FAQ Handler
will act as an automated public-facing representative, providing instant and accurate information about the organization. The expected outcome is a system that can:
- Receive a general query about the organization.
- Dynamically search the web, focusing on the organization's official website, blog, and public repositories.
- Synthesize the search results into a concise, easy-to-understand answer.
- Provide source links to allow users to explore the topic further.
π· Screenshots and Design Ideas
The workflow will be managed by the FAQ Handler
tool, which will essentially be a specialized and intelligent implementation of a web search node.
Refer Notion for preferred workflow.
π Additional Context
By aligning the FAQ Handler
with the Web Search tool, we ensure a "single source of truth": the organization's own website and public materials. This approach is highly scalable and low-maintenance.
To make this tool effective, the primary task is not to build a database of FAQs, but to ensure that the organization's website is well-structured and contains clear, findable answers to these common questions. The success of the FAQ Handler
is directly tied to the quality of the organization's public-facing content.
Record
- I agree to follow this project's Code of Conduct
- I want to work on implementing this feature