We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922b5af commit 6e83a74Copy full SHA for 6e83a74
ROADMAP.md
@@ -3,7 +3,11 @@
3
## Agent Framework support
4
5
- [x] Pydantic AI
6
- - [ ] Pydantic Graph
+ - [ ] Specify PydanticAI dependencies on 'simple' mode request body
7
+ - [ ] Infer PydanticAI dependencies on 'openai' mode with a helper agent
8
+ - [ ] Inject PydanticAI dependencies from on security dependency
9
+- [ ] Pydantic Graph
10
+ - [ ] Input state on request
11
- [x] Llama-Index
12
- [x] Smolagents
13
- [x] CrewAI
@@ -41,8 +45,8 @@
41
45
- [x] Guided notebooks
42
46
- [x] Flexible router attachment
43
47
- [x] Optional FastAPI app creation
44
-- [ ] Automatic framework adapter selection
-- [ ] Gradio UI
48
+- [x] Automatic framework adapter selection
49
+- [ ] Gradio UI for testing agents
50
51
## Contributor Experience
52
0 commit comments