botrun-flow-lang 5.9.301__tar.gz → 5.10.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.
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/PKG-INFO +1 -1
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/langgraph_react_agent.py +13 -7
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/pyproject.toml +1 -1
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/.env_template +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/.gcloudignore +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/.gitignore +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/.vscode/launch.json +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/CHANGELOG.md +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/CLAUDE.md +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/Dockerfile.template +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/README.md +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/auth_api.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/auth_utils.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/botrun_back_api.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/flow_api.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/hatch_api.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/langgraph_api.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/line_bot_api.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/model_api.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/rate_limit_api.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/routes.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/search_api.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/storage_api.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/subsidy_api.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/subsidy_api_system_prompt.txt +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/user_setting_api.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/version_api.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/youtube_api.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/constants.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/agent_runner.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/agent_tools/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/agent_tools/step_planner.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/checkpointer/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/checkpointer/firestore_checkpointer.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/gov_researcher/GOV_RESEARCHER_PRD.md +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/gov_researcher/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/gov_researcher/gov_researcher_2_graph.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/gov_researcher/gov_researcher_graph.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/search_agent_graph.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/tools/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/tools/gemini_code_execution.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/util/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/util/gemini_grounding.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/util/html_util.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/util/img_util.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/util/local_files.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/util/mermaid_util.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/util/model_utils.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/util/pdf_analyzer.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/util/perplexity_search.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/util/plotly_util.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/util/tavily_search.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/agents/util/youtube_util.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/cache/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/cache/langgraph_botrun_cache.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/llm_agent/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/llm_agent/llm_agent.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/llm_agent/llm_agent_util.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/log/.gitignore +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/main.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/main_fast.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/mcp_server/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/mcp_server/default_mcp.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/models/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/models/nodes/utils.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/models/token_usage.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/requirements.txt +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/services/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/services/base/firestore_base.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/services/hatch/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/services/hatch/hatch_factory.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/services/hatch/hatch_fs_store.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/services/storage/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/services/storage/storage_cs_store.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/services/storage/storage_factory.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/services/storage/storage_store.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/services/user_setting/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/services/user_setting/user_setting_factory.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/services/user_setting/user_setting_fs_store.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/static/docs/tools/index.html +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/api_functional_tests.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/api_stress_test.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/shared_hatch_tests.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_botrun_app.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_files/(/346/272/253/351/246/250/346/210/220/346/236/234 /350/241/214/346/224/277/350/253/213/347/244/272/345/214/257/347/270/275)20250210/345/220/221 /344/270/212/344/272/272/345/240/261/345/221/212/347/260/241/345/240/261 (1).pdf" +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_files/11206_10808/344/272/272/345/217/243/346/225/270(3/346/256/265/345/271/264/351/275/241/347/265/204+/346/257/224/347/216/207)/345/244/251/344/270/213/351/233/234/350/252/2141.pdf" +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_files/1120701A/346/265/267/345/273/243/351/233/242/345/262/270/351/242/250/345/212/233/347/231/274/351/233/273/350/250/210/347/225/253/347/222/260/345/242/203/345/275/261/351/237/277/350/252/252/346/230/216/346/233/270-C04.PDF" +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_files/ImportedPhoto.760363950.029251.jpeg +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_files/ImportedPhoto.760363950.030446.jpeg +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_files/ImportedPhoto.760363950.031127.jpeg +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_files/d5712343.jpg +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_files/spot_difference_1.png +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_files/spot_difference_2.png +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_html_util.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_img_analyzer.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_img_util.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_local_files.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_mermaid_util.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_pdf_analyzer.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_plotly_util.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_run_workflow_engine.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tools/generate_docs.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tools/templates/tools.html +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/utils/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/utils/botrun_logger.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/utils/clients/__init__.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/utils/clients/rate_limit_client.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/utils/clients/token_verify_client.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/utils/google_drive_utils.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/utils/langchain_utils.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/utils/yaml_utils.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/cloudbuild_template.yaml +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/convert_newlines.sh +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/deploy.sh +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/langgraph.json +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/poetry.lock +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/poetry.toml +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/requirements.txt +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/requirements_fast.txt +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/deploy_bigline.sh +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/deploy_dev.sh +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/deploy_evaldev.sh +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/deploy_fast.sh +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/deploy_prod.sh +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/deploy_sebaline.sh +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/firestore_checkpointer_delete_thread.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/generate_docs.sh +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/llm_time_test.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/run_langgraph.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/run_langgraph_react.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/run_youtube_summary.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/scrape_pdf.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/seba_pypi.sh +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/subsidy_test.py +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/specs/gov-search/agent-architecture-upgrade.excalidraw +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/specs/gov-search/line_dev.excalidraw +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/specs/gov-search/subsidy_agent.excalidraw +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/specs/gov-search/subsidy_agent_dev.excalidraw +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/specs/gov-search/temp_txt.md +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/specs/gov-search/temp_txt2.md +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/specs/gov-search//346/264/245/350/262/274line/345/276/205/350/250/216/350/253/226.excalidraw" +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/specs/system_thinking.excalidraw +0 -0
- {botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/uv.lock +0 -0
|
@@ -159,7 +159,7 @@ def get_react_agent_model(model_name: str = ""):
|
|
|
159
159
|
logger.info(f"model RotatingChatAnthropic {final_model_name}")
|
|
160
160
|
elif os.getenv("OPENROUTER_API_KEY") and os.getenv("OPENROUTER_BASE_URL"):
|
|
161
161
|
|
|
162
|
-
openrouter_model_name = "anthropic/claude-sonnet-4"
|
|
162
|
+
openrouter_model_name = "anthropic/claude-sonnet-4.5"
|
|
163
163
|
# openrouter_model_name = "openai/o4-mini-high"
|
|
164
164
|
# openrouter_model_name = "openai/gpt-4.1"
|
|
165
165
|
model = ChatOpenAI(
|
|
@@ -484,13 +484,19 @@ async def create_react_agent_graph(
|
|
|
484
484
|
new_system_prompt = system_prompt
|
|
485
485
|
if botrun_flow_lang_url and user_id:
|
|
486
486
|
new_system_prompt = (
|
|
487
|
-
|
|
487
|
+
f"""IMPORTANT: Any URL returned by tools MUST be included in your response as a markdown link [text](URL).
|
|
488
|
+
Please use the standard [text](URL) format to present links, ensuring the link text remains plain and unformatted.
|
|
489
|
+
Example:
|
|
490
|
+
User: "Create a new page for our project documentation"
|
|
491
|
+
Tool returns: {{"page_url": "https://notion.so/workspace/abc123"}}
|
|
492
|
+
Assistant: "I've created the new page for your project documentation. You can access it here: [Project Documentation](https://notion.so/workspace/abc123)"
|
|
493
|
+
"""
|
|
494
|
+
+ system_prompt
|
|
488
495
|
+ f"""\n\n
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
"""
|
|
496
|
+
- If the tool needs parameter like botrun_flow_lang_url or user_id, please use the following:
|
|
497
|
+
botrun_flow_lang_url: {botrun_flow_lang_url}
|
|
498
|
+
user_id: {user_id}
|
|
499
|
+
"""
|
|
494
500
|
)
|
|
495
501
|
system_message = SystemMessage(
|
|
496
502
|
content=[
|
|
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
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/botrun_back_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/rate_limit_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/api/user_setting_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/langgraph_agents/__init__.py
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
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/llm_agent/__init__.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/llm_agent/llm_agent.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/llm_agent/llm_agent_util.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/mcp_server/__init__.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/mcp_server/default_mcp.py
RENAMED
|
File without changes
|
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/models/nodes/utils.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/models/token_usage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/services/hatch/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/services/storage/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/static/docs/tools/index.html
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/api_functional_tests.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/api_stress_test.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/shared_hatch_tests.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_botrun_app.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_files/d5712343.jpg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_html_util.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_img_analyzer.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_img_util.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_local_files.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_mermaid_util.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_pdf_analyzer.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tests/test_plotly_util.py
RENAMED
|
File without changes
|
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tools/generate_docs.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/tools/templates/tools.html
RENAMED
|
File without changes
|
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/utils/botrun_logger.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/utils/clients/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/utils/google_drive_utils.py
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/botrun_flow_lang/utils/langchain_utils.py
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
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/sh/firestore_checkpointer_delete_thread.py
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
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/specs/gov-search/subsidy_agent.excalidraw
RENAMED
|
File without changes
|
{botrun_flow_lang-5.9.301 → botrun_flow_lang-5.10.32}/specs/gov-search/subsidy_agent_dev.excalidraw
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|