rp-engine
YAML-native agent workflow execution engine, written in Rust
파일 탐색기
최종 버전 다운로드 (.zip)- FLOW_SPEC.md
- run_demo.rs
- test_frontend_yaml.rs
- test_harness.rs
- test_harness_writeback.rs
- test_mcp.rs
- test_providers.rs
- test_search.rs
- test_skill_set.rs
- test_tool_calling.rs
- ut_advanced.rs
- ut_runner.rs
- builder.rs
- engine.rs
- evomap.rs
- executor.rs
- graph.rs
- mod.rs
- stream_handler.rs
- evaluator.rs
- lexer.rs
- mod.rs
- parser.rs
- mod.rs
- mongodb.rs
- mysql.rs
- postgresql.rs
- qdrant.rs
- redis.rs
- s3.rs
- checkpoint.rs
- data_connector.rs
- generate.rs
- iterator.rs
- mcp.rs
- mod.rs
- response.rs
- skill_set.rs
- start.rs
- subgraph_runner.rs
- supervisor.rs
- transform.rs
- workflow_node.rs
- bocha.rs
- brave.rs
- mod.rs
- perplexity.rs
- tavily.rs
- anthropic.rs
- content.rs
- deepseek.rs
- embedding.rs
- embedding_dashscope.rs
- embedding_openai.rs
- gemini.rs
- huoshan.rs
- minimax.rs
- mod.rs
- model_registry.rs
- moonshot.rs
- openai.rs
- openai_compatible.rs
- providers.json
- qwen.rs
- streaming.rs
- xai.rs
- zhipu.rs
- edge.rs
- mod.rs
- node.rs
- template.rs
- workflow.rs
- execution_state.rs
- mod.rs
- error.rs
- lib.rs
- conditional.yaml
- linear.yaml
- loop.yaml
- parallel.yaml
- TaskPlanner.yaml
- integration_tests.rs
- test_multimodal.rs
- .gitignore
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/jieyefriic/rp-engine
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd rp-engine
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Rust
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
