adjust project content

This commit is contained in:
csunny
2023-05-08 00:34:36 +08:00
parent 0c3f0ed84c
commit d746086694
11 changed files with 87 additions and 15 deletions

7
pilot/agent/agent.py Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python3
# -*- coding:utf-8 -*-
class Agent:
"""Agent class for interacting with DB-GPT """
pass