Added base agent

This commit is contained in:
2024-11-01 16:27:56 +01:00
parent a95c9676b4
commit f48b87f037
8 changed files with 322 additions and 62 deletions

View File

@@ -1,6 +1,8 @@
import sys
class StandardIOBuffer:
from .io_buffer import IOBuffer
class StandardIOBuffer(IOBuffer):
"""
IOBuffer implementation that uses system standard input/output.