LocalAGI
LocalAGI is a powerful, self-hostable AI Agent platform designed for maximum privacy and flexibility. A complete drop-in replacement for OpenAI's Responses APIs with advanced agentic capabilities. No clouds. Local AI that works on consumer-grade hardware (CPU and GPU).
파일 탐색기
최종 버전 다운로드 (.zip)- goreleaser.yml
- image.yml
- tests.yml
- dependabot.yml
- agent.go
- agent_run.go
- env.go
- root.go
- serve.go
- action_suite_test.go
- custom.go
- custom_test.go
- newconversation.go
- noreply.go
- reminder.go
- state.go
- actions.go
- agent.go
- agent_suite_test.go
- agent_test.go
- identity.go
- knowledgebase.go
- mcp.go
- merge_test.go
- observer.go
- options.go
- prompt.go
- scheduler_executor.go
- state.go
- state_test.go
- templates.go
- conversations_suite_test.go
- conversationstracker.go
- conversationstracker_test.go
- interfaces.go
- json_store.go
- scheduler.go
- scheduler_suite_test.go
- scheduler_test.go
- task.go
- sse.go
- compaction.go
- config.go
- internal.go
- pool.go
- actions.go
- conversation.go
- filters.go
- job.go
- observable.go
- prompts.go
- result.go
- state.go
- hello.go
- agents.go
- chat.go
- client.go
- responses.go
- meta.go
- client.go
- client.go
- json.go
- client.go
- ptr.go
- html.go
- chromem.go
- localai.go
- store.go
- split.go
- split_test.go
- uniq.go
- xstrings_suite_test.go
- actions_suite_test.go
- browse.go
- callagents.go
- counter.go
- genimage.go
- genimage_test.go
- genpdf.go
- genpdf_markdown.go
- genpdf_test.go
- gensong.go
- githubissuecloser.go
- githubissuecomment.go
- githubissueedit.go
- githubissuelabeler.go
- githubissueopener.go
- githubissuereader.go
- githubissuesearch.go
- githubprcommenter.go
- githubprcreator.go
- githubprcreator_test.go
- githubprreader.go
- githubprreviewer.go
- githubprreviewer_test.go
- githubrepositorycreateupdatecontent.go
- githubrepositorygetallcontent.go
- githubrepositorygetallcontent_test.go
- githubrepositorygetcontent.go
- githubrepositorylistfiles.go
- githubrepositoryreadme.go
- githubrepositorysearchfiles.go
- memory.go
- memory_test.go
- pikvm.go
- scrape.go
- search.go
- sendmail.go
- sendtelegrammessage.go
- shell.go
- twitter_post.go
- webhook.go
- wikipedia.go
- status.go
- client.go
- connectors_suite_test.go
- discord.go
- email.go
- githubissue.go
- githubpr.go
- irc.go
- matrix.go
- slack.go
- telegram.go
- twitter.go
- classifier.go
- regex.go
- custom.go
- memory.go
- prompt.go
- service.go
- actions.go
- common.go
- connectors.go
- filters.go
- prompts.go
- e2e_suite_test.go
- e2e_test.go
- inprocess.go
- rag_provider.go
- state.go
- types.go
- styles.css
- common.js
- styles.css
- common.js
- header.html
- login.html
- logo_1.png
- _metadata.json
- package.json
- logo.svg
- logo_1.png
- logo_2.png
- react.svg
- ActionsSection.jsx
- AdvancedSettingsSection.jsx
- BasicInfoSection.jsx
- ConnectorsSection.jsx
- ExportSection.jsx
- FiltersSection.jsx
- FormNavSidebar.jsx
- index.js
- MCPServersSection.jsx
- MemorySettingsSection.jsx
- ModelSettingsSection.jsx
- PromptsGoalsSection.jsx
- styles.css
- FormField.jsx
- FormFieldDefinition.jsx
- ActionForm.jsx
- AgentForm.jsx
- CollapsibleRawSections.jsx
- ConfigForm.jsx
- ConnectorForm.jsx
- DynamicPromptForm.jsx
- FilterForm.jsx
- Sidebar.jsx
- ThemeToggle.jsx
- ThemeContext.jsx
- useAgent.js
- useChat.js
- useSSE.js
- ActionsPlayground.jsx
- AgentSettings.jsx
- AgentsList.jsx
- AgentStatus.jsx
- Chat.jsx
- CreateAgent.jsx
- GroupCreate.jsx
- Home.jsx
- ImportAgent.jsx
- Knowledge.jsx
- SkillEdit.jsx
- Skills.jsx
- api.js
- config.js
- App.css
- App.jsx
- index.css
- main.jsx
- router.jsx
- theme.css
- .gitignore
- bun.lock
- eslint.config.js
- index.html
- package.json
- README.md
- vite.config.js
- openai.go
- login.html
- views.go
- app.go
- collections_backend.go
- collections_backend_http.go
- collections_backend_inprocess.go
- collections_handlers.go
- collections_internal.go
- elements.go
- options.go
- routes.go
- skills_handlers.go
- .dockerignore
- .gitignore
- .goreleaser.yml
- docker-compose.amd.yaml
- docker-compose.intel.yaml
- docker-compose.nvidia.yaml
- docker-compose.yaml
- Dockerfile.realtimesst
- Dockerfile.sshbox
- Dockerfile.webui
- go.mod
- go.sum
- jsconfig.json
- LICENSE
- main.go
- Makefile
- README.md
- slack.yaml
- start_realtimesst.sh
# 설치 가이드
git clone https://github.com/mudler/LocalAGI
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd LocalAGI
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker compose up
정의된 모든 컨테이너(서버, DB 등)를 한 번에 빌드하고 백그라운드에서 실행합니다.
docker compose -f docker-compose.nvidia.yaml up
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
docker compose -f docker-compose.intel.yaml up
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
docker compose -f docker-compose.amd.yaml up
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
MODEL_NAME=gemma-3-12b-it docker compose up
정의된 모든 컨테이너(서버, DB 등)를 한 번에 빌드하고 백그라운드에서 실행합니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움cd webui/react-ui/.vite/deps
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
4. Go
보통go build -o localagi
Go 프로그램을 컴파일해 실행 파일을 만듭니다.
go run main.go
따로 빌드하지 않고 바로 Go 프로그램을 실행합니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
5. Make
보통- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
