reportify-cli 0.1.31__tar.gz → 0.1.32__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/PKG-INFO +1 -1
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/pyproject.toml +1 -1
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/skills/reportify-agent/SKILL.md +1 -1
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/.gitignore +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/Makefile +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/README.md +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/scripts/README.md +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/scripts/bump_version.sh +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/scripts/publish.sh +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/skills/reportify-ai/SKILL.md +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/skills/reportify-ai/references/API_REFERENCE.md +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/skills/reportify-ai/references/COMMANDS.md +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/__init__.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/client.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/commands/__init__.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/commands/agent.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/commands/channels.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/commands/concepts.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/commands/docs.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/commands/following.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/commands/kb.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/commands/macro.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/commands/quant.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/commands/search.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/commands/stock.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/commands/timeline.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/commands/user.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/main.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/output.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/params.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/settings.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/src/utils.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/tests/__init__.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/tests/integration/test_docs_integration.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/tests/integration/test_stock_integration.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/tests/test_commands/__init__.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/tests/test_commands/test_docs.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/tests/test_commands/test_quant.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/tests/test_commands/test_search.py +0 -0
- {reportify_cli-0.1.31 → reportify_cli-0.1.32}/uv.lock +0 -0
|
@@ -28,7 +28,7 @@ Do NOT use for simple data retrieval (stock quotes, single search, financial sta
|
|
|
28
28
|
```bash
|
|
29
29
|
RESULT=$($agent create_conversation --input "{\"conversation_type\": \"bot_chat\", \"title\": \"用户的问题\"}")
|
|
30
30
|
CONV_ID=$(echo "$RESULT" | python3 -c "import sys,json; print(json.load(sys.stdin)['id'])")
|
|
31
|
-
TASK_URL=$(echo "$RESULT" | python3 -c "import sys,json; print(json.load(sys.stdin).get('
|
|
31
|
+
TASK_URL=$(echo "$RESULT" | python3 -c "import sys,json; print(json.load(sys.stdin).get('shared_url',''))")
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
### Step 2: Send task in background mode
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reportify_cli-0.1.31 → reportify_cli-0.1.32}/skills/reportify-ai/references/API_REFERENCE.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|