Files
DB-GPT/pilot/agent/agent.py
2023-05-24 18:43:04 +08:00

13 lines
179 B
Python

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