mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-01 21:20:15 +00:00
Feat skills (#1221)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Co-authored-by: Pakchoioioi <happy.regina.bai@gmail.com> Co-authored-by: Douglas Lai <115660088+Douglasymlai@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Douglas <douglas.ym.lai@gmail.com> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com> Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
This commit is contained in:
parent
d6142b5607
commit
a23c30db13
84 changed files with 4411 additions and 159 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
Note: All the above data is stored in the local PostgreSQL volume in Docker (see “Data Persistence” below). If you configure external models or remote MCP, requests go to the third-party services you specify.
|
||||
|
||||
______________________________________________________________________
|
||||
---
|
||||
|
||||
### Quick Start (Docker)
|
||||
|
||||
|
|
@ -91,7 +91,7 @@ docker logs -f eigent_api | cat
|
|||
docker logs -f eigent_postgres | cat
|
||||
```
|
||||
|
||||
______________________________________________________________________
|
||||
---
|
||||
|
||||
### Developer Mode (Optional)
|
||||
|
||||
|
|
@ -110,7 +110,7 @@ export database_url=postgresql://postgres:123456@localhost:5432/eigent
|
|||
uv run uvicorn main:api --reload --port 3001 --host 0.0.0.0
|
||||
```
|
||||
|
||||
______________________________________________________________________
|
||||
---
|
||||
|
||||
### Others
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue