eigent/backend
Puzhen Zhang 69a0829dc9
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Pre-commit / pre-commit (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled
fix: potential bug (#1477)
2026-03-10 23:22:27 +08:00
..
.vscode chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00
app fix: potential bug (#1477) 2026-03-10 23:22:27 +08:00
benchmark feat: support harbor for benchmark (#1466) 2026-03-08 22:24:53 +08:00
lang chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00
scripts Feat skills (#1221) 2026-02-19 02:29:21 +08:00
tests fix: replace deprecated ImageAnalysisToolkit with ScreenshotToolkit i… (#1464) 2026-03-07 01:55:24 +08:00
.gitignore feat: support harbor for benchmark (#1466) 2026-03-08 22:24:53 +08:00
.pre-commit-config.yaml feat: support harbor for benchmark (#1466) 2026-03-08 22:24:53 +08:00
.python-version chore: upgrade backend Python to 3.11 (#1142) 2026-02-05 05:24:52 +08:00
babel.cfg chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00
cli.py chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00
main.py chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00
messages.pot chore: fix pre commit format and pipeline issue (#1144) 2026-02-04 08:06:29 +08:00
pyproject.toml chore: fix_skill_diversion and update camel version (#1422) 2026-03-04 17:26:03 +08:00
README.md Initial commit of eigent-main 2025-08-12 01:16:39 +02:00
uv.lock chore: fix_skill_diversion and update camel version (#1422) 2026-03-04 17:26:03 +08:00

uv run uvicorn main:api --port 5001

i18n operation process: https://github.com/Anbarryprojects/fastapi-babel


pybabel extract -F babel.cfg -o messages.pot . --ignore-pot-creation-date  # Extract multilingual strings from code to messages.pot file
pybabel init -i messages.pot -d lang -l zh_CN   # Generate Chinese language pack, can only be generated initially, subsequent execution will cause overwrite
pybabel compile -d lang -l zh_CN                # Compile language pack


pybabel update -i messages.pot -d lang
# -i messages.pot: Specify the input file as the generated .pot file
# -d translations: Specify the translation directory, which typically contains .po files for each language
# -l zh: Specify the language code
# regular search
\berror\b(?!\])