mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04: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()
|