.gitignore
LICENSE.txt
README.md
new_version.py
pyproject.toml
pytest.ini
apps/__init__.py
apps/config.yaml
apps/example1.py
apps/example2.py
apps/example3.py
apps/example6.py
apps/example4/__init__.py
apps/example4/crew.py
apps/example4/job_description_example.md
apps/example4/service.py
apps/example4/config/agents.yaml
apps/example4/config/tasks.yaml
apps/example4/templates/job_posting.html
apps/example5/__init__.py
apps/example5/crew.py
apps/example5/service.py
apps/example5/config/agents.yaml
apps/example5/config/tasks.yaml
apps/example5/templates/post.html
apps/example7/__init__.py
apps/example7/main.py
apps/example7/service.py
apps/example7/templates/cluster_status.html
apps/static/beer.min.css
apps/static/beer.min.js
apps/static/favicon.ico
apps/static/kodosumi.css
apps/static/logo.png
apps/static/material-dynamic-colors.min.js
apps/static/material-symbols-outlined.woff2
apps/static/word.png
apps/templates/hymn.html
docs/concepts.md
kodosumi/__init__.py
kodosumi/cli.py
kodosumi/config.py
kodosumi/core.py
kodosumi/dtypes.py
kodosumi/helper.py
kodosumi/log.py
kodosumi/response.py
kodosumi/serve.py
kodosumi/spooler.py
kodosumi.egg-info/PKG-INFO
kodosumi.egg-info/SOURCES.txt
kodosumi.egg-info/dependency_links.txt
kodosumi.egg-info/entry_points.txt
kodosumi.egg-info/requires.txt
kodosumi.egg-info/top_level.txt
kodosumi/runner/__init__.py
kodosumi/runner/const.py
kodosumi/runner/formatter.py
kodosumi/runner/main.py
kodosumi/runner/tracer.py
kodosumi/service/__init__.py
kodosumi/service/app.py
kodosumi/service/auth.py
kodosumi/service/endpoint.py
kodosumi/service/exec.py
kodosumi/service/flow.py
kodosumi/service/jwt.py
kodosumi/service/proxy.py
kodosumi/service/role.py
kodosumi/service/server.py
kodosumi/service/admin/__init__.py
kodosumi/service/admin/controller.py
kodosumi/service/admin/static/beer.min.css
kodosumi/service/admin/static/beer.min.js
kodosumi/service/admin/static/favicon.ico
kodosumi/service/admin/static/kodosumi.css
kodosumi/service/admin/static/logo.png
kodosumi/service/admin/static/material-dynamic-colors.min.js
kodosumi/service/admin/static/material-symbols-outlined.woff2
kodosumi/service/admin/static/word.png
kodosumi/service/admin/templates/_base.html
kodosumi/service/admin/templates/_main.html
kodosumi/service/admin/templates/exec.html
kodosumi/service/admin/templates/final.html
kodosumi/service/admin/templates/flow.html
kodosumi/service/admin/templates/login.html
kodosumi/service/admin/templates/routes.html
kodosumi/service/admin/templates/status.html
tests/__init__.py
tests/test_exec.py
tests/test_flow.py
tests/test_role.py
tests/test_runner.py
tests/test_spooler.py
tests/apps/__init__.py
tests/apps/serve_app.py
tests/apps/serve_direct.py
tests/apps/serve_direct_agents.py
tests/apps/serve_href.py
tests/apps/serve_real.py
tests/apps/serve_test.py
tests/apps/static/beer.min.css
tests/apps/static/beer.min.js
tests/apps/static/favicon.ico
tests/apps/static/material-dynamic-colors.min.js
tests/apps/templates/_base.html
tests/apps/templates/counter.html
tests/apps/templates/hymn.html