经 AI Skill Hub 精选评估,MARVIS 信用风险AI智能体 获评「强烈推荐」。这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.2 分,适合有一定技术背景的用户使用。
一个专为信用风险模型开发、验证和文档编写设计的全能AI工作流。它通过Agent架构自动化处理金融风险建模的复杂流程,极大提升了量化分析师和风险管理人员的工作效率,适合金融科技从业者。
MARVIS 信用风险AI智能体 是一款基于 Python 开发的开源工具,专注于 信用风险、金融AI、自动化建模 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
一个专为信用风险模型开发、验证和文档编写设计的全能AI工作流。它通过Agent架构自动化处理金融风险建模的复杂流程,极大提升了量化分析师和风险管理人员的工作效率,适合金融科技从业者。
MARVIS 信用风险AI智能体 是一款基于 Python 开发的开源工具,专注于 信用风险、金融AI、自动化建模 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install marvis-risk-agent
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install marvis-risk-agent
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/eddyzzl/marvis-risk-agent
cd marvis-risk-agent
pip install -e .
# 验证安装
python -c "import marvis_risk_agent; print('安装成功')"
# 命令行使用
marvis-risk-agent --help
# 基本用法
marvis-risk-agent input_file -o output_file
# Python 代码中调用
import marvis_risk_agent
# 示例
result = marvis_risk_agent.process("input")
print(result)
# marvis-risk-agent 配置文件示例(config.yml) app: name: "marvis-risk-agent" debug: false log_level: "INFO" # 运行时指定配置文件 marvis-risk-agent --config config.yml # 或通过环境变量配置 export MARVIS_RISK_AGENT_API_KEY="your-key" export MARVIS_RISK_AGENT_OUTPUT_DIR="./output"
<p align="center"> <img src="marvis/static/brand/marvis-workspace-logo.png" alt="MARVIS-Agent logo" width="150" /> </p>
<p align="center"> <strong>Tell MARVIS what risk decision you need.</strong><br /> It turns local data into governed analysis, models, strategies, and audit-ready deliverables. </p>
<p align="center"> <a href="https://github.com/eddyzzl/marvis-risk-agent/actions/workflows/ci.yml"><img src="https://github.com/eddyzzl/marvis-risk-agent/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI status" /></a> <a href="https://github.com/eddyzzl/marvis-risk-agent/tags"><img src="https://img.shields.io/github/v/tag/eddyzzl/marvis-risk-agent?sort=semver&label=release" alt="Latest release" /></a> <img src="https://img.shields.io/badge/Python-3.11%E2%80%933.13-3776AB?logo=python&logoColor=white" alt="Python 3.11–3.13" /> <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-303034" alt="MIT License" /></a> </p>
<p align="center"> <a href="README.md"><strong>English</strong></a> · <a href="README.zh-CN.md">中文</a> </p>
<p align="center"> <img src="docs/readme-assets/screenshots/marvis-overview.png" alt="MARVIS-Agent wide desktop workbench with data, feature, risk, modeling, validation, and strategy workflows" width="100%" /> </p>
<p align="center"><em>One workbench for local risk analysis and development—from data to strategy and reports.</em></p>
---
You can start with requests like:
Join the application table with the bureau features. Check key precision, duplicate keys, match rate, and row inflation before asking me to approve the join.
Compare logistic regression, LightGBM, and a scorecard. Keep an OOT sample, explain leakage risks, and do not select the champion until I confirm.
Build a new-customer approval strategy with bad rate no higher than 5% and approval rate at least 60%. Ask me for anything needed before you design the sample.
Calculate VTG terminal and annualized bad rate. First list the tables, columns, units, cut-off date, scenario, and assumptions you need from me.
Source installation supports Python 3.11–3.13; Python 3.12 is recommended for a new environment.
git clone https://github.com/eddyzzl/marvis-risk-agent.git
cd marvis-risk-agent
python -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
python -m pip install -e .
marvis
Open http://127.0.0.1:8000/.
On Windows, activate the environment with .venv\Scripts\activate instead. When a release includes MARVIS-Setup-<version>-win-x64.exe, that asset provides the one-click local installer without requiring a separate Python, Java, Git, conda, WSL, or Docker installation.
PMML scoring requires a Java runtime compatible with pypmml. For material directory permissions, Windows drives, WSL paths, conda setup, upgrades, and deployment details, use the runbook.
To update a clean GitHub checkout:
marvis update
aiskill88点评:垂直领域结合紧密,将Agent工作流应用于信用风险这一刚需场景,专业度高且实用性强。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:MARVIS 信用风险AI智能体 的核心功能完整,质量优秀。对于AI爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | marvis-risk-agent |
| 原始描述 | 开源AI工作流:MARVIS-Agent: all-purpose credit risk agent for model development, validation, d。⭐523 · Python |
| Topics | 信用风险金融AI自动化建模 |
| GitHub | https://github.com/eddyzzl/marvis-risk-agent |
| License | MIT |
| 语言 | Python |
收录时间:2026-07-05 · 更新时间:2026-07-11 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。