Skip to content

Commit

Permalink
Fix import path (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii authored May 6, 2024
1 parent 677cb79 commit 595885c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import typer
from functions import MARKET_FUNCTIONS, MISC_FUNCTIONS
from microchain import LLM, Agent, Engine, OpenAIChatGenerator
from microchain.functions import Reasoning, Stop
from prediction_market_agent_tooling.markets.markets import MarketType

from prediction_market_agent.agents.microchain_agent.functions import (
MARKET_FUNCTIONS,
MISC_FUNCTIONS,
)
from prediction_market_agent.agents.microchain_agent.omen_functions import (
OMEN_FUNCTIONS,
)
Expand Down

0 comments on commit 595885c

Please sign in to comment.