Skip to content

Commit

Permalink
Merge pull request #175 from ag2ai/mcts_reason
Browse files Browse the repository at this point in the history
MCTS Reasoning Agent
  • Loading branch information
marklysze authored Dec 20, 2024
2 parents f311641 + 73914a1 commit ceb392b
Show file tree
Hide file tree
Showing 7 changed files with 6,582 additions and 1,929 deletions.
8 changes: 8 additions & 0 deletions autogen/agentchat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
from .agent import Agent
from .assistant_agent import AssistantAgent
from .chat import ChatResult, initiate_chats
from .contrib.reasoning_agent import (
ReasoningAgent,
ThinkNode,
visualize_tree,
)

# Imported last to avoid circular imports
from .contrib.swarm_agent import (
Expand Down Expand Up @@ -41,4 +46,7 @@
"AFTER_WORK",
"AfterWorkOption",
"UPDATE_SYSTEM_MESSAGE",
"ReasoningAgent",
"visualize_tree",
"ThinkNode",
]
Loading

0 comments on commit ceb392b

Please sign in to comment.