Skip to content

Commit 3063541

Browse files
Yang JingYang Jing
authored andcommitted
minor fixes
1 parent d5eb345 commit 3063541

4 files changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ See the `examples/` directory:
158158
- **[openai_agents_hippodid.py](examples/openai_agents_hippodid.py)** -- OpenAI Agents SDK with memory tools
159159
- **[luxury_concierge.py](examples/luxury_concierge.py)** -- Assembly strategy showcase
160160
- **[salesforce_to_hippodid.py](examples/salesforce_to_hippodid.py)** -- End-to-end batch pipeline
161-
- **[healer_matching.py](examples/healer_matching.py)** -- Cross-character matching (Sprint 19)
161+
- **[healer_matching.py](examples/healer_matching.py)** -- Cross-character matching
162162

163163
## API Reference
164164

tests/test_assemble_context.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Tests for assemble_context and strategies."""
22

33
import httpx
4-
import respx
54

65
from hippodid.models import AssembledContext, Character, SearchResult
76
from hippodid._strategies import (

tests/test_character_crud.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Tests for character CRUD operations."""
22

33
import httpx
4-
import respx
54

65
from tests.conftest import CHARACTER_JSON
76

tests/test_memory_ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Tests for memory operations."""
22

33
import httpx
4-
import respx
54

65
from tests.conftest import MEMORY_JSON, SEARCH_RESULT_JSON
76

0 commit comments

Comments
 (0)