Crate kovi_plugin_live_agent

Crate kovi_plugin_live_agent 

Source
Expand description

Momo QQ chat bot

Modules§

agent
OpenAI module.
command
Detect group message and respond to commands.
exception
Datatypes for exceptions caused by plugin and user.
global_state
Global states that are readonly and available throughout lifetime of plugin.
group_notice
Strong typed implementation of group notice handler.
live
Bilibili live module
log
Log methods default to indoc format.
store
Database access module.
util
High level abstractions

Macros§

db_debug
Append debug log entry to database.
db_error
Append error log entry to database.
db_info
Append info log entry to database.
db_warn
Append warn log entry to database.
std_db_debug
Append debug log entry to stdout and database.
std_db_error
Append error log entry to stdout and database.
std_db_info
Append info log entry to stdout and database.
std_db_warn
Append warn log entry to stdout and database.
std_debug
Append debug log entry to stdout
std_error
Append error log entry to stdout
std_info
Append info log entry to stdout
std_warn
Append warn log entry to stdout

Functions§

__kovi_get_plugin_info
__kovi_run_async_plugin