Skip to content

Commit e7d15a8

Browse files
committed
[Move DISCO queue to core]:
- Fix SmolAgents docs to make mkdocs build --strict pass
1 parent 7201832 commit e7d15a8

2 files changed

Lines changed: 9 additions & 24 deletions

File tree

docs/reference/environment.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ Environments define the execution context for agents, including available tools,
88

99
## Tools and agent-provided helpers
1010

11-
Some agent adapters expose helper tools or user-simulation tools that can be used by the Environment. For example:
11+
Some agent adapters expose helper tools or user-simulation tools that can be used by the Environment. See the framework-specific interface pages for details:
1212

13-
[:material-github: View source](https://github.com/parameterlab/maseval/blob/main/maseval/interface/agents/smolagents.py){ .md-source-file }
14-
15-
::: maseval.interface.agents.smolagents.SmolAgentAdapter
16-
17-
::: maseval.interface.agents.smolagents.SmolAgentLLMUser
13+
- [SmolAgents](../interface/agents/smolagents.md)`SmolAgentAdapter`, `SmolAgentLLMUser`
14+
- [LangGraph](../interface/agents/langgraph.md)`LangGraphAgentAdapter`
15+
- [LlamaIndex](../interface/agents/llamaindex.md)`LlamaIndexAgentAdapter`

docs/reference/user.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,9 @@ The `LLMUser` is initialized with a persona and a scenario, both of which are ty
1414

1515
## Interfaces
1616

17-
Some integrations provide convenience user/tool implementations for specific agent frameworks. For example:
17+
Some integrations provide convenience user implementations for specific agent frameworks. See the framework-specific interface pages for details:
1818

19-
[:material-github: View source](https://github.com/parameterlab/maseval/blob/main/maseval/interface/agents/smolagents.py){ .md-source-file }
20-
21-
::: maseval.interface.agents.smolagents.SmolAgentLLMUser
22-
23-
[:material-github: View source](https://github.com/parameterlab/maseval/blob/main/maseval/interface/agents/langgraph.py){ .md-source-file }
24-
25-
::: maseval.interface.agents.langgraph.LangGraphLLMUser
26-
27-
[:material-github: View source](https://github.com/parameterlab/maseval/blob/main/maseval/interface/agents/llamaindex.py){ .md-source-file }
28-
29-
::: maseval.interface.agents.llamaindex.LlamaIndexLLMUser
30-
31-
[:material-github: View source](https://github.com/parameterlab/maseval/blob/main/maseval/interface/agents/camel.py){ .md-source-file }
32-
33-
::: maseval.interface.agents.camel.CamelLLMUser
34-
35-
::: maseval.interface.agents.camel.CamelAgentUser
19+
- [SmolAgents](../interface/agents/smolagents.md)`SmolAgentLLMUser`
20+
- [LangGraph](../interface/agents/langgraph.md)`LangGraphLLMUser`
21+
- [LlamaIndex](../interface/agents/llamaindex.md)`LlamaIndexLLMUser`
22+
- [CAMEL-AI](../interface/agents/camel.md)`CamelLLMUser`, `CamelAgentUser`

0 commit comments

Comments
 (0)