loading…
Search for a command to run...
loading…
An AI-powered conversational assistant that builds detailed user investment profiles through a guided four-step elicitation process. It leverages LangChain and
An AI-powered conversational assistant that builds detailed user investment profiles through a guided four-step elicitation process. It leverages LangChain and OpenAI to handle real-time dialogues regarding investment goals, timelines, and risk tolerance.
This project is an AI-powered conversational assistant that guides users step-by-step (elicitation) to build their investment profile through a friendly dialogue. It uses LangChain, OpenAI, FastAPI, and WebSocket for a real-time interactive experience.
git clone https://github.com/your-username/investment-assistant.git
cd investment-assistant
uv sync
Create a .env file with your OpenAI API key:
OPENAI_API_KEY=your-openai-api-key
uv run python client.py
uv run python mcp_server.py
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"investment-elicitation-profiling-assistant": {
"command": "npx",
"args": []
}
}
}