Use Vulkan
This commit is contained in:
@@ -4,7 +4,7 @@ from pathlib import Path
|
||||
from typing import Dict
|
||||
import argparse
|
||||
import os
|
||||
import tomli as tomllib
|
||||
import tomllib
|
||||
|
||||
@dataclass
|
||||
class Config:
|
||||
|
||||
@@ -49,6 +49,7 @@ class WebAgent(BaseAgent):
|
||||
|
||||
self._update_compiled_context()
|
||||
self._working_memory.add_change_handler(self._update_compiled_context)
|
||||
self._parser._io_buffer.add_change_handler(lambda *_: self._update_compiled_context())
|
||||
|
||||
@property
|
||||
def response_buffer(self) -> ResponseBuffer:
|
||||
|
||||
Reference in New Issue
Block a user