agent-starter-pack 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl
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.
Potentially problematic release.
This version of agent-starter-pack might be problematic. Click here for more details.
- {agent_starter_pack-0.1.0.dist-info → agent_starter_pack-0.1.1.dist-info}/METADATA +2 -2
- {agent_starter_pack-0.1.0.dist-info → agent_starter_pack-0.1.1.dist-info}/RECORD +10 -10
- src/base_template/deployment/cd/staging.yaml +1 -1
- src/data_ingestion/data_ingestion_pipeline/pipeline.py +2 -2
- src/deployment_targets/agent_engine/app/agent_engine_app.py +1 -1
- src/deployment_targets/agent_engine/notebooks/intro_agent_engine.ipynb +1025 -0
- src/frontends/streamlit/frontend/utils/stream_handler.py +1 -1
- src/deployment_targets/agent_engine/notebooks/intro_reasoning_engine.ipynb +0 -869
- {agent_starter_pack-0.1.0.dist-info → agent_starter_pack-0.1.1.dist-info}/WHEEL +0 -0
- {agent_starter_pack-0.1.0.dist-info → agent_starter_pack-0.1.1.dist-info}/entry_points.txt +0 -0
- {agent_starter_pack-0.1.0.dist-info → agent_starter_pack-0.1.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -79,7 +79,7 @@ class Client:
|
|
|
79
79
|
|
|
80
80
|
Args:
|
|
81
81
|
agent_callable_path: Path to local agent class
|
|
82
|
-
remote_agent_engine_id: ID of remote
|
|
82
|
+
remote_agent_engine_id: ID of remote Agent engine
|
|
83
83
|
url: URL for remote service
|
|
84
84
|
authenticate_request: Whether to authenticate requests to remote URL
|
|
85
85
|
"""
|