agentmaker
A general-purpose Python framework for building LLM agents and multi-agent systems. "Four lines of code, an agent with memory."
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- docs.yml
- release.yml
- dependabot.yml
- logo.svg
- readme-docs-en-button.svg
- readme-docs-zh-button.svg
- readme-website-button.svg
- agents.md
- context-engineering.md
- guardrails-and-hitl.md
- llm-clients.md
- memory.md
- observability.md
- prompts.md
- quickstart.md
- retrieval-and-rag.md
- scope-and-async.md
- skills.md
- structured-output.md
- testing.md
- tools.md
- agents.md
- config.md
- context.md
- core.md
- memory.md
- prompts.md
- rag.md
- retrieval.md
- runtime.md
- skills.md
- testing.md
- tools.md
- index.md
- installation.md
- extra.js
- extra.css
- agents.md
- context-engineering.md
- guardrails-and-hitl.md
- llm-clients.md
- memory.md
- observability.md
- prompts.md
- quickstart.md
- retrieval-and-rag.md
- scope-and-async.md
- skills.md
- structured-output.md
- testing.md
- tools.md
- index.md
- installation.md
- 01_quickstart.py
- 02_tools_and_registry.py
- 03_structured_output.py
- 04_memory.py
- 05_rag.py
- 06_workflows.py
- 07_guardrails_and_hitl.py
- 08_prompt_packs.py
- 09_async.py
- 10_scope_isolation.py
- 11_multi_agent.py
- 12_sessions.py
- 13_observability.py
- 14_run_policy.py
- 15_declarative_spec.py
- 16_skills.py
- alternate.html
- main.html
- check_docs_links.py
- check_imports.py
- __init__.py
- agent_tool.py
- __init__.py
- plan.py
- reflection.py
- __init__.py
- agent.py
- base.py
- result.py
- spec.py
- __init__.py
- builder.py
- history_compactor.py
- mmr.py
- reducer.py
- sources.py
- types.py
- window_budget.py
- __init__.py
- anthropic.py
- base.py
- gemini.py
- openai_compat.py
- tool_emulation.py
- __init__.py
- aio.py
- clock.py
- exceptions.py
- llm_clients.py
- llm_response.py
- message.py
- multimodal.py
- sqlite_util.py
- text.py
- trace_events.py
- index.html
- __init__.py
- __main__.py
- diagnose.py
- doctor.py
- trace_parser.py
- webapp.py
- __init__.py
- kv.py
- memory.py
- memory_tool.py
- smart_writer.py
- store.py
- types.py
- __init__.py
- __main__.py
- chinese.py
- __init__.py
- __main__.py
- defaults.py
- registry.py
- __init__.py
- contextualizer.py
- ingest.py
- loader.py
- rag_tool.py
- retriever.py
- source_store.py
- splitter.py
- types.py
- __init__.py
- cohere_reranker.py
- openai_embedder.py
- sqlite.py
- __init__.py
- _coordination.py
- base.py
- hybrid.py
- index_sync.py
- scope.py
- scope_sql.py
- types.py
- __init__.py
- checkpoint.py
- run_context.py
- run_policy.py
- state.py
- __init__.py
- exporters.py
- tracer.py
- __init__.py
- guardrails.py
- harness.py
- hitl.py
- hooks.py
- sessions.py
- __init__.py
- loader.py
- __init__.py
- calculator.py
- search.py
- __init__.py
- cli.py
- mcp.py
- notes.py
- __init__.py
- base.py
- decorator.py
- permissions.py
- registry.py
- response.py
- tool_retriever.py
- __init__.py
- config.py
- py.typed
- testing.py
- conftest.py
- test_abc_improvements.py
- test_agents.py
- test_aio.py
- test_async_seams.py
- test_cli_hardening.py
- test_config.py
- test_context.py
- test_core.py
- test_devtools.py
- test_from_config.py
- test_mcp_integration.py
- test_memory.py
- test_message.py
- test_multimodal.py
- test_notes_integration.py
- test_observability.py
- test_profiles.py
- test_prompts.py
- test_public_api.py
- test_rag.py
- test_rag_loader_extras.py
- test_retrieval.py
- test_run_policy.py
- test_runtime.py
- test_security.py
- test_skills.py
- test_storage_schema.py
- test_streaming_tool_loop.py
- test_testing.py
- test_tool_decorator.py
- test_tool_emulation.py
- .gitignore
- .python-version
- CHANGELOG.md
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.md
- uv.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/xinhuangcs/agentmaker
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd agentmaker
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install agentmaker
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install "agentmaker[all]" # every optional extra below
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install agentmaker
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install "agentmaker[all]" # every optional extra below
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
