LilBot-agent
Try to make a personal assistant based on agent tech and harness engineering stuff
파일 탐색기
최종 버전 다운로드 (.zip)- 1.png
- 2.png
- 3.png
- README.md
- CC_COMPACTION_REPLICATION_STATUS.md
- CC_DEEPDIVE_COMPACTION_PIPELINE.md
- CONTEXT_COMPACTION.md
- lilbot-agent-interview-qa-cn.md
- lilbot-subagents-skills-tools-complete-inventory.md
- LILBOT_VS_CLAUDE_CODE_COMPARISON.md
- TEAMS_EXPLAINED.md
- TECH_REPORT_M1-M8.md
- VERIFY_M1-M8.md
- delegation_matrix.py
- sort_benchmark.py
- teams_demo.py
- __init__.py
- agent.py
- compaction.py
- constitution.py
- cycles.py
- delegation.py
- eventlog.py
- events.py
- history.py
- prompts.py
- session.py
- session_memory.py
- tool_budget.py
- __init__.py
- engine.py
- loader.py
- models.py
- __init__.py
- providers.py
- __init__.py
- client.py
- manager.py
- server.py
- __init__.py
- extract.py
- file_store.py
- recall.py
- store.py
- __init__.py
- execpolicy.py
- permission_rules.py
- permissions.py
- powershell_safety.py
- workspace.py
- __init__.py
- secrets.py
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- commit.md
- plan.md
- review.md
- summarize.md
- __init__.py
- registry.py
- __init__.py
- manager.py
- render.py
- __init__.py
- mailbox.py
- manager.py
- models.py
- progress.py
- registry.py
- shared_task.py
- spawn_inprocess.py
- __init__.py
- builtin.py
- offload.py
- registry.py
- __init__.py
- classic.py
- dashboard.py
- input_history.py
- windows_console.py
- __init__.py
- __main__.py
- cli.py
- config.py
- test_agent_loop.py
- test_auto_diagnostics.py
- test_batch1_workspace_tools.py
- test_cache_usage.py
- test_catalog_cache.py
- test_cc_parity_batch2.py
- test_cc_parity_batch3.py
- test_compaction.py
- test_compaction_cc.py
- test_config.py
- test_core.py
- test_cycles.py
- test_dashboard_trace.py
- test_deferred_tools.py
- test_delegation_matrix.py
- test_dynamic_tool_descriptions.py
- test_execpolicy.py
- test_file_history.py
- test_file_memory.py
- test_hooks.py
- test_input_history.py
- test_mcp_client.py
- test_mcp_server.py
- test_memory_recall.py
- test_model_agnostic.py
- test_offload.py
- test_parallel_tools.py
- test_permission_rules.py
- test_recall_prefetch.py
- test_secrets.py
- test_session.py
- test_session_memory.py
- test_slash_commands.py
- test_streaming.py
- test_teams.py
- test_web_tools.py
- test_worktree_depth.py
- .gitattributes
- .gitignore
- AUTHORS
- CHANGELOG.md
- hello.txt
- hello002.txt
- pyproject.toml
- README.md
- requirements.txt
- SPEC_TEAMS_AND_TEAMMATES.md
- Untitled
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/terrense/LilBot-agent
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd LilBot-agent
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
python -m pytest
파이썬 스크립트(또는 모듈)를 실행합니다.
python -m lilbot
파이썬 스크립트(또는 모듈)를 실행합니다.
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
pip check
이 명령어를 터미널에 그대로 입력해 실행하세요.
python -m lilbot --classic
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
