Skip to content

Integrate Naomi with LLM #435

@aaronchantrill

Description

@aaronchantrill

Detailed Description

I'm proposing to use an llm api to give Naomi more conversational skills.

Context

This makes Naomi more conversational and able to handle topics that are not directly addressed by plugins.

Possible Implementation

My implementation would be to use the current text to intent system to decide which plugin to activate, then activate that plugin and pass the output into an LLM as a system prompt. This does not require multiple calls to the LLM, so should run pretty quickly. There are several possible issues with this system, one being that it does not handle expect() or confirm() calls well (it would get stuck waiting for user input without providing the prompt) and it might end up activating devices or making changes without realizing it or reporting it to the user. I'm just going to play with it and see what happens.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions