We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623a371 commit f5d93c9Copy full SHA for f5d93c9
scripts/main.py
@@ -145,7 +145,7 @@ def _login() -> str:
145
def get_published_agents() -> list:
146
"""返回所有已发布智能体,每条包含 id / name / desc。"""
147
resp = _get(
148
- f"/admin/api/workspace/{MAXKB_WORKSPACE_ID}/application/1/100"
+ f"/admin/api/workspace/{MAXKB_WORKSPACE_ID}/application/1/10000"
149
)
150
records = resp.get("data", {}).get("records", [])
151
agents = [
0 commit comments