Skip to content

Commit

Permalink
Merge branch 'f/switch-to-pg' into f/session-routes-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorrr authored Jan 2, 2025
2 parents 439f27b + af37fb7 commit 1c3a959
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions agents-api/tests/test_activities.py
Original file line number Diff line number Diff line change
@@ -1,41 +1,12 @@
# from agents_api.activities.embed_docs import embed_docs
# from agents_api.activities.types import EmbedDocsPayload
from agents_api.clients import temporal
from agents_api.env import temporal_task_queue
from agents_api.workflows.demo import DemoWorkflow
from agents_api.workflows.task_execution.helpers import DEFAULT_RETRY_POLICY
from uuid_extensions import uuid7
from ward import test

# from .fixtures import (
# cozo_client,
# test_developer_id,
# test_doc,
# )
from .utils import patch_testing_temporal

# @test("activity: call direct embed_docs")
# async def _(
# cozo_client=cozo_client,
# developer_id=test_developer_id,
# doc=test_doc,
# ):
# title = "title"
# content = ["content 1"]
# include_title = True

# await embed_docs(
# EmbedDocsPayload(
# developer_id=developer_id,
# doc_id=doc.id,
# title=title,
# content=content,
# include_title=include_title,
# embed_instruction=None,
# ),
# cozo_client,
# )


@test("activity: call demo workflow via temporal client")
async def _():
Expand Down

0 comments on commit 1c3a959

Please sign in to comment.