mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 15:47:59 -05:00
6 lines
113 B
Python
6 lines
113 B
Python
"""Auto-GPT: A GPT powered AI Assistant"""
|
|
import autogpt.cli
|
|
|
|
if __name__ == "__main__":
|
|
autogpt.cli.main()
|