autobots-devtools-shared-lib 0.6.0__tar.gz → 0.6.1__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.
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/PKG-INFO +1 -1
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/pyproject.toml +1 -1
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/agents/agent_meta.py +29 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/README.md +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/config/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/config/jenkins_config.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/config/jenkins_constants.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/config/jenkins_loader.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/observability/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/observability/logging_utils.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/observability/otel_fastapi.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/observability/trace_metadata.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/observability/trace_propagation.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/observability/tracing.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/servers/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/servers/fileserver/README.md +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/servers/fileserver/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/servers/fileserver/app.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/servers/fileserver/config.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/servers/fileserver/models.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/services/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/services/context/README.md +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/services/context/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/services/context/cache_backed.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/services/context/db_repository.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/services/context/factory.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/services/context/in_memory.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/services/context/redis_store.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/services/context/store.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/tools/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/tools/context_tools.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/tools/format_tools.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/tools/fserver_client_tools.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/tools/jenkins_builtin_tools.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/tools/jenkins_pipeline_tools.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/utils/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/utils/context_utils.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/utils/format_utils.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/utils/fserver_client_utils.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/utils/jenkins_builtin_utils.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/utils/jenkins_http_utils.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/common/utils/jenkins_pipeline_utils.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/agents/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/agents/agent_config_utils.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/agents/base_agent.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/agents/batch.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/agents/invocation_utils.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/agents/middleware.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/config/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/config/dynagent_settings.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/llm/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/llm/llm.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/models/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/models/state.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/services/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/services/structured_converter.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/tools/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/tools/state_tools.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/tools/tool_registry.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/ui/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/ui/default_ui.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/ui/ui_utils.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/utils/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/dynagent/utils/schema_directive_resolver.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/assertions/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/assertions/deterministic.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/assertions/golden.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/assertions/llm_judge.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/assertions/registry.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/core/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/core/cost_tracker.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/core/loader.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/core/runner.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/core/workspace.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/models/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/models/eval_case.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/models/result.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/pytest_plugin/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/pytest_plugin/fixtures.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/pytest_plugin/plugin.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/pytest_plugin/reporting.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/scoring/__init__.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/eval/scoring/langfuse_scorer.py +0 -0
- {autobots_devtools_shared_lib-0.6.0 → autobots_devtools_shared_lib-0.6.1}/src/autobots_devtools_shared_lib/py.typed +0 -0
|
@@ -3,9 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|
from __future__ import annotations
|
|
5
5
|
|
|
6
|
+
import json
|
|
6
7
|
from typing import Any
|
|
7
8
|
|
|
8
9
|
import autobots_devtools_shared_lib.dynagent.agents.agent_config_utils as _agent_config
|
|
10
|
+
from autobots_devtools_shared_lib.common.observability import get_logger
|
|
11
|
+
|
|
12
|
+
logger = get_logger(__file__)
|
|
9
13
|
|
|
10
14
|
|
|
11
15
|
class AgentMeta:
|
|
@@ -26,6 +30,31 @@ class AgentMeta:
|
|
|
26
30
|
self.output_schema_map = _agent_config.get_resolved_output_schema_map()
|
|
27
31
|
self.capabilities_map = _agent_config.get_capabilities_map()
|
|
28
32
|
self.default_agent = _agent_config.get_default_agent()
|
|
33
|
+
logger.debug("%s", self)
|
|
34
|
+
|
|
35
|
+
def __repr__(self) -> str:
|
|
36
|
+
lines: list[str] = [f"AgentMeta(default_agent={self.default_agent!r})"]
|
|
37
|
+
|
|
38
|
+
lines.append("\n=== prompt_map ===")
|
|
39
|
+
lines.extend(f" - {name}" for name in self.prompt_map)
|
|
40
|
+
|
|
41
|
+
lines.append("\n=== tool_map ===")
|
|
42
|
+
for name, tools in self.tool_map.items():
|
|
43
|
+
tool_names = [getattr(t, "name", repr(t)) for t in tools]
|
|
44
|
+
lines.append(f" {name}: {tool_names}")
|
|
45
|
+
|
|
46
|
+
lines.append("\n=== input_schema_map ===")
|
|
47
|
+
lines.append(json.dumps(self.input_schema_map, indent=2, default=str))
|
|
48
|
+
|
|
49
|
+
lines.append("\n=== output_schema_map ===")
|
|
50
|
+
for name, schema in self.output_schema_map.items():
|
|
51
|
+
lines.append(f"\n--- {name} ---")
|
|
52
|
+
lines.append(json.dumps(schema, indent=2, default=str) if schema else " (no schema)")
|
|
53
|
+
|
|
54
|
+
lines.append("\n=== capabilities_map ===")
|
|
55
|
+
lines.append(json.dumps(self.capabilities_map, indent=2))
|
|
56
|
+
|
|
57
|
+
return "\n".join(lines)
|
|
29
58
|
|
|
30
59
|
@classmethod
|
|
31
60
|
def instance(cls) -> AgentMeta:
|
|
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
|