mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-09-05 22:03:13 +02:00
fix: renamed import
This commit is contained in:
parent
d263a5fdde
commit
c540b7d92f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import { addBrowserViewer } from './vision/browser_viewer.js';
|
|||
import settings from '../../settings.js';
|
||||
import { serverProxy } from './agent_proxy.js';
|
||||
import { Task } from './tasks.js';
|
||||
import { Speaker } from './speak.js';
|
||||
import { say } from './speak.js';
|
||||
|
||||
export class Agent {
|
||||
async start(profile_fp, load_mem=false, init_message=null, count_id=0, task_path=null, task_id=null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue