mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-21 17:09:46 +00:00
7 lines
120 B
Python
7 lines
120 B
Python
#!/usr/bin/env python3
|
|
# -*- coding:utf-8 -*-
|
|
|
|
|
|
class Agent:
|
|
"""Agent class for interacting with DB-GPT """
|
|
pass |