intentos 0.4.2__tar.gz → 0.4.3__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.
- {intentos-0.4.2 → intentos-0.4.3}/PKG-INFO +4 -4
- {intentos-0.4.2 → intentos-0.4.3}/cli.py +1 -1
- {intentos-0.4.2 → intentos-0.4.3}/commands/quickstart.py +1 -1
- {intentos-0.4.2 → intentos-0.4.3}/intentos.egg-info/PKG-INFO +4 -4
- {intentos-0.4.2 → intentos-0.4.3}/pyproject.toml +4 -4
- {intentos-0.4.2 → intentos-0.4.3}/README.md +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/adapters/__init__.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/adapters/anthropic_adapter.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/adapters/base.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/adapters/github_models_adapter.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/adapters/ollama_adapter.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/adapters/openai_adapter.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/adapters/openrouter_adapter.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/__init__.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/analytics.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/ask.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/compare.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/demo.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/doctor.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/event.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/evolution.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/export.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/helpers.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/import_cmd.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/list.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/mcp_server.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/proxy.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/registry.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/run.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/security.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/trace.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/validate.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/commands/workflow.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/__init__.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/analytics.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/ask.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/ask_preferences.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/conditions.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/cost_model.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/event_store.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/evolution.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/executor.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/federated.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/llm_provider.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/models.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/parser.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/planner.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/recorder.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/registry.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/scheduler.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/search.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/security.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/workflow.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/workflow_parser.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/core/workflow_runner.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/examples/__init__.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/examples/code_review.yaml +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/examples/data_extract.yaml +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/examples/image_analyze.yaml +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/examples/research_workflow.yaml +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/examples/sentiment_analyze.yaml +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/examples/text_summarize.yaml +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/examples/translate.yaml +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/intentos.egg-info/SOURCES.txt +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/intentos.egg-info/dependency_links.txt +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/intentos.egg-info/entry_points.txt +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/intentos.egg-info/requires.txt +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/intentos.egg-info/top_level.txt +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/mcp_server.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/proxy/__init__.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/proxy/server.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/proxy/tracer.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/setup.cfg +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_adapters.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_adaptive_workflow.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_ask.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_ask_integration.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_cli_commands.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_conditions.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_cost_model.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_cross_runtime.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_doctor.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_event_store.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_evolution.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_executor.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_import_export.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_mcp_server.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_proxy.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_registry_persistence.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_search.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_security.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_security_integration.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_workflow.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_workflow_adapter_integration.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_workflow_integration.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tests/test_workflow_parser.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tools/__init__.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tools/exporter.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tools/formats/__init__.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tools/formats/mcp.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tools/formats/openai.py +0 -0
- {intentos-0.4.2 → intentos-0.4.3}/tools/importer.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: intentos
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: An open interoperability layer for AI capabilities, workflows, and execution
|
|
5
5
|
Author: Intent OS Project
|
|
6
6
|
License-Expression: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/
|
|
7
|
+
Project-URL: Homepage, https://github.com/haihaoxu/intentos
|
|
8
8
|
Project-URL: Documentation, https://intent-os.org
|
|
9
|
-
Project-URL: Source, https://github.com/
|
|
10
|
-
Project-URL: BugTracker, https://github.com/
|
|
9
|
+
Project-URL: Source, https://github.com/haihaoxu/intentos
|
|
10
|
+
Project-URL: BugTracker, https://github.com/haihaoxu/intentos/issues
|
|
11
11
|
Keywords: ai,interoperability,llm,capability,workflow,manifest
|
|
12
12
|
Classifier: Development Status :: 3 - Alpha
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
@@ -55,7 +55,7 @@ def build_parser() -> argparse.ArgumentParser:
|
|
|
55
55
|
description="Intent OS Reference Runtime - Open AI Capability Interoperability",
|
|
56
56
|
epilog="Phase 0 - Prove that one Manifest can run on multiple runtimes.",
|
|
57
57
|
)
|
|
58
|
-
parser.add_argument("--version", action="version", version="intent-os 0.4.
|
|
58
|
+
parser.add_argument("--version", action="version", version="intent-os 0.4.3")
|
|
59
59
|
|
|
60
60
|
subparsers = parser.add_subparsers(dest="command", help="Available commands")
|
|
61
61
|
|
|
@@ -104,5 +104,5 @@ def cmd_quickstart(args: Any) -> None:
|
|
|
104
104
|
print()
|
|
105
105
|
print(" Need help?")
|
|
106
106
|
print(" Read the docs: specs/SPEC-0001-capability-manifest.md")
|
|
107
|
-
print(" Visit: https://github.com/
|
|
107
|
+
print(" Visit: https://github.com/haihaoxu/intentos")
|
|
108
108
|
print()
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: intentos
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: An open interoperability layer for AI capabilities, workflows, and execution
|
|
5
5
|
Author: Intent OS Project
|
|
6
6
|
License-Expression: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/
|
|
7
|
+
Project-URL: Homepage, https://github.com/haihaoxu/intentos
|
|
8
8
|
Project-URL: Documentation, https://intent-os.org
|
|
9
|
-
Project-URL: Source, https://github.com/
|
|
10
|
-
Project-URL: BugTracker, https://github.com/
|
|
9
|
+
Project-URL: Source, https://github.com/haihaoxu/intentos
|
|
10
|
+
Project-URL: BugTracker, https://github.com/haihaoxu/intentos/issues
|
|
11
11
|
Keywords: ai,interoperability,llm,capability,workflow,manifest
|
|
12
12
|
Classifier: Development Status :: 3 - Alpha
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "intentos"
|
|
7
|
-
version = "0.4.
|
|
7
|
+
version = "0.4.3"
|
|
8
8
|
description = "An open interoperability layer for AI capabilities, workflows, and execution"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -34,10 +34,10 @@ ask = ["openai>=1.0.0", "anthropic>=0.30.0"]
|
|
|
34
34
|
all = ["ask", "requests>=2.28"]
|
|
35
35
|
|
|
36
36
|
[project.urls]
|
|
37
|
-
Homepage = "https://github.com/
|
|
37
|
+
Homepage = "https://github.com/haihaoxu/intentos"
|
|
38
38
|
Documentation = "https://intent-os.org"
|
|
39
|
-
Source = "https://github.com/
|
|
40
|
-
BugTracker = "https://github.com/
|
|
39
|
+
Source = "https://github.com/haihaoxu/intentos"
|
|
40
|
+
BugTracker = "https://github.com/haihaoxu/intentos/issues"
|
|
41
41
|
|
|
42
42
|
[project.scripts]
|
|
43
43
|
intent-os = "cli:main"
|
|
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
|
|
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
|