We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72675b commit 88d21fcCopy full SHA for 88d21fc
app.py
@@ -16,7 +16,7 @@
16
app = FastAPI(
17
title="Agent-LLM",
18
description="Agent-LLM is an Artificial Intelligence Automation platform for creating and managing AI agents.",
19
- version="v1.1.9-alpha",
+ version="v1.1.10-alpha",
20
)
21
agent_threads = {}
22
agent_stop_events = {}
0 commit comments