ddixonjr2/DDVacaResearchAgent
First iteration of a context-aware LLM Agent written using the OpenAI Agents Python SDK and utilizing the work in two other Github repos as added tools for the agent--one as a wrapped MCP Server and the other as a function_tool wrapped API based tool.
Platform-specific configuration:
{
"mcpServers": {
"DDVacaResearchAgent": {
"command": "npx",
"args": [
"-y",
"DDVacaResearchAgent"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...