Files
DB-GPT/pilot/agent/agent.py
2023-05-08 21:19:56 +08:00

12 lines
193 B
Python

#!/usr/bin/env python3
# -*- coding:utf-8 -*-
class Agent:
"""Agent class for interacting with DB-GPT
Attributes:
"""
def __init__(self) -> None:
pass