conductor-oss / conductor-oss/python-sdk

The documented import for `assert_output_satisfies` raises `ImportError`

オープン 初心者向け
#502 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
104
フォーク
42
平均マージ
2日 1時間
マージ済み PR(30日)
3

説明

## Bug Description

The import shown in `semantic.py`'s own module docstring fails.

## Root Cause

`src/conductor/ai/agents/testing/semantic.py:9` documents
`from conductor.ai.agents.testing import assert_output_satisfies`, but `testing/__init__.py`
never imports `semantic` and the name is absent from `__all__` (`__init__.py:61-97`).

## Steps to Reproduce

```
python -c "from conductor.ai.agents.testing import assert_output_satisfies"
# ImportError
```

## Expected Behavior

Either add the re-export or correct the docstring. The re-export looks like the intent, since
every other assertion in the package is exposed that way. Working import today is
`from conductor.ai.agents.testing.semantic import assert_output_satisfies`.

## Additional Notes

Verified against `origin/main` @ `c99e2cf9`. Found while reading the module; unrelated to the
tool-call and event defects filed separately.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Start with src/conductor/ai/agents/testing/semantic.py and src/conductor/ai/agents/testing/__init__.py, especially the documented import and the __all__ section at lines 61-97. Reproduce the failure with the Python command in the issue, then verify the chosen documentation or export behavior with the relevant testing package checks. Done means the documented import is consistent with the supported public API.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
testing
issue の種類
バグ
難易度
1/5
見積もり時間
1〜3時間
活発さ
活発
明瞭さ
明確に書かれている
初心者へのやさしさ
90/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。