fred-sdk 3.3.1__tar.gz → 3.3.2__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.
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/PKG-INFO +2 -2
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/contracts/context.py +2 -3
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk.egg-info/PKG-INFO +2 -2
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk.egg-info/requires.txt +1 -1
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/pyproject.toml +2 -2
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/README.md +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/__init__.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/authoring/__init__.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/authoring/api.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/authoring/authored_tool_runtime.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/authoring/inspection.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/authoring/knowledge_flow_mcp.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/authoring/tool_args_schema.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/authoring/tool_context_helpers.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/contracts/__init__.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/contracts/eval.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/contracts/execution.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/contracts/models.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/contracts/openai_compat.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/contracts/prompt_utils.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/contracts/react_contract.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/contracts/runtime.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/deep/__init__.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/graph/__init__.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/graph/authoring/__init__.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/graph/authoring/api.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/graph/authoring/team_api.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/graph/runtime.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/hello.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/react/__init__.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/resources/__init__.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/resources/packaged.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/resources/prompts/mermaid_output_contract.md +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/resources/prompts.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/runtime_support/__init__.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/runtime_support/remote_agent_invoker.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/support/__init__.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/support/authored_toolsets.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/support/builtins/__init__.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/support/builtins/catalog.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk/support/mcp_utils.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk.egg-info/SOURCES.txt +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk.egg-info/dependency_links.txt +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/fred_sdk.egg-info/top_level.txt +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/setup.cfg +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/tests/test_conversational_memory.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/tests/test_execution_contracts.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/tests/test_graph_choice_step.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/tests/test_graph_models.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/tests/test_hello.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/tests/test_mcp_utils.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/tests/test_openai_compat.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/tests/test_prompt_bundles.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/tests/test_prompt_utils.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/tests/test_react_contract.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/tests/test_sdk_purity.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/tests/test_tool_args_schema.py +0 -0
- {fred_sdk-3.3.1 → fred_sdk-3.3.2}/tests/test_tool_context_workspace_fs.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fred-sdk
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.2
|
|
4
4
|
Summary: Authoring SDK for Fred agents — graph, ReAct, and team agent primitives.
|
|
5
5
|
Author-email: Thales <noreply@thalesgroup.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Requires-Python: <3.13,>=3.12
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
|
-
Requires-Dist: fred-core>=3.4.
|
|
15
|
+
Requires-Dist: fred-core>=3.4.2
|
|
16
16
|
Requires-Dist: pydantic<3.0.0,>=2.7.0
|
|
17
17
|
Requires-Dist: langchain-core>=0.3.0
|
|
18
18
|
Requires-Dist: langchain>=0.3.0
|
|
@@ -118,8 +118,8 @@ class RuntimeContext(BaseModel):
|
|
|
118
118
|
selected_document_uids, context_prompt_text, search_policy, search_rag_scope,
|
|
119
119
|
include_session_scope, include_corpus_scope, deep_search, selected_chat_context_ids.
|
|
120
120
|
These are the core fields — set by the frontend per turn, read by retrieval logic.
|
|
121
|
-
- Group D (content/preferences): language,
|
|
122
|
-
|
|
121
|
+
- Group D (content/preferences): language, attachments_markdown. Will
|
|
122
|
+
migrate to session preferences / identity over time.
|
|
123
123
|
"""
|
|
124
124
|
|
|
125
125
|
# Group A — Identity (managed execution authorizes on team_id via pod-side OpenFGA)
|
|
@@ -152,7 +152,6 @@ class RuntimeContext(BaseModel):
|
|
|
152
152
|
|
|
153
153
|
# Group D — Content and preferences (will migrate to proper homes over time)
|
|
154
154
|
language: Optional[str] = None
|
|
155
|
-
user_groups: list[str] | None = None
|
|
156
155
|
attachments_markdown: Optional[str] = None
|
|
157
156
|
|
|
158
157
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fred-sdk
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.2
|
|
4
4
|
Summary: Authoring SDK for Fred agents — graph, ReAct, and team agent primitives.
|
|
5
5
|
Author-email: Thales <noreply@thalesgroup.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Requires-Python: <3.13,>=3.12
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
|
-
Requires-Dist: fred-core>=3.4.
|
|
15
|
+
Requires-Dist: fred-core>=3.4.2
|
|
16
16
|
Requires-Dist: pydantic<3.0.0,>=2.7.0
|
|
17
17
|
Requires-Dist: langchain-core>=0.3.0
|
|
18
18
|
Requires-Dist: langchain>=0.3.0
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "fred-sdk"
|
|
3
|
-
version = "3.3.
|
|
3
|
+
version = "3.3.2"
|
|
4
4
|
description = "Authoring SDK for Fred agents — graph, ReAct, and team agent primitives."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.12,<3.13"
|
|
7
7
|
license = { text = "Apache-2.0" }
|
|
8
8
|
authors = [{ name = "Thales", email = "noreply@thalesgroup.com" }]
|
|
9
9
|
dependencies = [
|
|
10
|
-
"fred-core>=3.4.
|
|
10
|
+
"fred-core>=3.4.2",
|
|
11
11
|
"pydantic>=2.7.0,<3.0.0",
|
|
12
12
|
"langchain-core>=0.3.0",
|
|
13
13
|
"langchain>=0.3.0",
|
|
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
|
|
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
|