0.1.0
What's Changed
- Initial setup by @daavoo in #1
- Support for Smolagents MCP by @njbrake in #5
- OpenAI MCP Tool Support by @njbrake in #6
- Langchain support for MCP (theoretically) by @njbrake in #7
- Class based AnyAgent by @njbrake in #8
- Make
mcp
an optional dep. by @daavoo in #9 - Add
llama_index
framework by @daavoo in #11 - Add telemetry support and fix tool getter by @njbrake in #12
- enh(config): Updates to allow passing arbitrary args to agent and model. by @daavoo in #13
- OpenAI MCP Server was hanging by @njbrake in #15
- enh(instructions): Automatically detect imports. by @daavoo in #18
- fix(tools/wrappers): Use correct base class in wrap_tool_openai. by @daavoo in #19
- Add initial docs by @daavoo in #21
- Revisit tracing by @daavoo in #22
- integration test for mcp, clean up code by @njbrake in #23
- Add a little more detail in Readme by @njbrake in #25
- Doc edits by @stefanfrench in #29
- MCP Tools are Optional by @njbrake in #24
- MCPToolsManager -> MCPServer by @njbrake in #32
- Support llama_index telemetry, and also regularize logging across frameworks by @njbrake in #33
- feat(tracing): Use
rich
for console exporter. by @daavoo in #35 - bugfix for span extraction by @njbrake in #38
- fix(tracing): Cast output to string for using
Markdown
. by @daavoo in #39 - Evaluation Codebase Comes to Any-Agent by @njbrake in #40
New Contributors
- @daavoo made their first contribution in #1
- @njbrake made their first contribution in #5
- @stefanfrench made their first contribution in #29
Full Changelog: https://github.com/mozilla-ai/any-agent/commits/0.1.0