-
Notifications
You must be signed in to change notification settings - Fork 4
Features
Krishnakanth Alagiri edited this page May 11, 2024
·
3 revisions
Legends (Expand to View)
Completed | In-Progress | Planned | Scoping |
---|---|---|---|
β | π§ | π | π§ |
- (β ) LangFuse integrations to accurate log and monitor chains.
- (β ) Use natural language to interact with integrations and tools.
- (π§) Simple REST API interface for interfacing with the system. Used by the the
HA Conversation Integration
. - (β
) Decomposes user queries to a
TaskQueue
with a list ofActionSteps
. - (π§) Custom Home Assistant Conversation Integration to allow voice assistance via HA Assist.
- (β
) A chat Interface using
streamlit
that shows the action plan, user types, and response from the LLM.
Optional feature that users can choose to install to further optimize their experience.
- (π§)
Quality
Use CRITIC reflection framework to reflect on a response to a task/query using external tools via[^]
. - (π
)
Privacy
Integrate with microsoft/presidio for customizable PII de-identification.
Status | Integration Name | Description |
---|---|---|
β | Home Assistant | Control devices and retrieve sensor data via request
|
π | Gmail | Access Gmail functionality via llama_index.tools.google.GmailToolSpec
|
π§ | Google Calendar | Access Google Calendar functionality via llama_index.tools.google.GoogleCalendarToolSpec
|
π | Google Search | Perform Google search via llama_index.tools.google.GoogleSearchToolSpec
|
π | Search recent ArXiv papers and summaries | Search and retrieve summaries of recent ArXiv papers via llama_index.tools.arxiv.ArxivToolSpec
|
π | Yahoo Finance | Access stock, news, and financial data of a company from Yahoo Finance via llama_index.tools.yahoo_finance.YahooFinanceToolSpec
|
π | Yelp | Search for businesses and fetch reviews from Yelp via llama_index.tools.yelp.YelpToolSpec
|
π§ | Android Debugging Shell | Use Home Assistant ADB Integrations to perform actions on Android TV Variants via integrations.HomeAssistant . |