Skip to content

Commit

Permalink
MultiAgentWorkflow (#17237)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Jan 17, 2025
1 parent b591cd5 commit d77f15a
Show file tree
Hide file tree
Showing 52 changed files with 2,813 additions and 128 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# You can use PyPy versions in python-version.
# For example, pypy-2.7 and pypy-3.8
matrix:
python-version: ["3.9"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
12 changes: 12 additions & 0 deletions docs/docs/api_reference/agent/workflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
::: llama_index.core.agent.workflow
options:
members:
- AgentWorkflow
- BaseWorkflowAgent
- FunctionAgent
- ReActAgent
- AgentInput
- AgentStream
- AgentOutput
- ToolCall
- ToolCallResult
Loading

0 comments on commit d77f15a

Please sign in to comment.