Dev Time API
收藏Dev Time API 数据集概述
基本信息
- API名称: Dev Time API
- API类型: Business Software
- API提供商: DevTimeApi
- 订阅计划:
- BASIC: $0.00 / mo
- PRO: $5.00 / mo
- ULTRA: $20.00 / mo
- MEGA: $80.00 / mo
- 性能指标:
- 流行度: 9
- 服务等级: 100%
- 延迟: 2997ms
- 测试通过率: 92%
功能描述
- 主要功能: 估计工程任务(如功能、缺陷或任务)的开发时间(小时)。
- 输出内容:
- 预计完成小时数
- 不确定性范围(低/高)
- 置信水平(
low,medium,high) - 详细估算依据
- 复杂度分解
- 估算方法(
llm或heuristic)
- 模式选择:
- LLM模式: 基于AI的上下文感知和自然语言推理。
- 启发式模式: 默认模式,即时、免费且对许多用例高度准确。
使用场景
- 冲刺计划
- 缺陷分类
- 待办事项梳理
- 客户提案
示例请求与响应
-
请求示例: json { "title": "Add login with MFA", "description": "Implement TOTP-based MFA for existing Spring Security login, add setup flow and recovery codes.", "stack": ["Kotlin", "Spring Boot", "Postgres"], "complexity_hints": ["security", "mfa", "spring security"], "acceptance_criteria": "- TOTP enrollment
-
Recovery codes
-
Disable/enable per user", "risk_tolerance": "medium", "use_llm": true }
-
响应示例: json { "estimate_hours": 18.5, "estimate_range_hours": [12.0, 25.0], "confidence": "medium", "rationale": "LLM identified MFA security integration with multiple flows and database changes. Testing overhead added.", "method": "llm", "breakdown": { "keyword_matches": [ {"pattern": "\b(auth|oauth|saml|jwt|mfa|acl|rbac)\b", "hits": 3, "weight": 8} ], "notes": [ "Heuristic only; actual effort varies with unknowns, reviews, and integration depth.", "Risk tolerance set to medium." ] } }
参数说明
| 字段 | 类型 | 必填 | 描述 |
|---|---|---|---|
title |
string | ✅ | 任务或功能的简短清晰名称。 |
description |
string | ✅ | 工作的详细说明,包括相关上下文。 |
stack |
array | ❌ | 相关技术列表(如 ["Kotlin", "Spring Boot", "Postgres"])。 |
complexity_hints |
array | ❌ | 指示复杂度因素的关键词或标签(如 "security", "payment", "multi-tenant")。 |
acceptance_criteria |
string | ❌ | 明确的成功条件或完成要求。 |
risk_tolerance |
enum | ❌ | "low", "medium", "high" — 影响估算范围宽度。 |
use_llm |
boolean | ❌ | 是否使用AI模型(true)或仅启发式方法(false)。 |
优势
- ⏱ 快速: 启发式模式下结果即时(<1s)。
- 🧠 智能: AI模式理解复杂多步骤任务。
- 🪶 轻量级: 无需设置,直接调用获取估算。
- 🔒 安全: 不存储任务数据,仅在内存中处理。




