banking-agent-mcp

Langchain, MCP-based, banking agent capable of operating within the business logic rules and database schema.

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

11

フォーク

0

イシュー

0

README
Chat-based interface for a banking application
Requirements:
  1. Anthropic key
  2. LangSmith key
  3. LangChain stack
  4. Cohere for embeddings
Steps to reproduce:
  1. python mock_sqlite.py -- to fill DB with mock data
  2. toolbox --tools-file "tools_sqlite.yaml"
  3. streamlit run chat_interface.py