Fischer Agent Kit - AI Agent Development Framework
Go to file
chiguyong 47a848fbcb feat(deploy): add Dockerfile and .dockerignore for AgentKit Server
- Multi-stage build (builder + runner) based on python:3.11-slim
- Installs .[server] extra (fastapi + uvicorn)
- Runs as non-root appuser
- Health check on /api/v1/health
- Default command: uvicorn configs.geo_server:create_geo_app --port 8001
2026-06-05 23:18:44 +08:00
src/agentkit feat(mcp,evolution): add Transport layer and Evolution lifecycle integration 2026-06-04 22:55:23 +08:00
tests test(u8): add GEO business integration tests for YAML configs and agent creation 2026-06-05 17:25:51 +08:00
.dockerignore feat(deploy): add Dockerfile and .dockerignore for AgentKit Server 2026-06-05 23:18:44 +08:00
.gitignore chore: add .gitignore and remove cached files 2026-06-04 22:28:44 +08:00
Dockerfile feat(deploy): add Dockerfile and .dockerignore for AgentKit Server 2026-06-05 23:18:44 +08:00
pyproject.toml fix: switch to setuptools for Python 3.14 compatibility 2026-06-04 22:27:06 +08:00