-
Notifications
You must be signed in to change notification settings - Fork 5
Bump google-adk from 1.10.0 to 1.17.0 in /libs/idun_agent_engine #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Bump google-adk from 1.10.0 to 1.17.0 in /libs/idun_agent_engine #55
Conversation
8fdf83d to
e847374
Compare
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
1 similar comment
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
d1a7878 to
0daf669
Compare
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
0daf669 to
3f5d7b7
Compare
* Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Frontend Enhancements: Agent Creation, Editing, and Dev Workflow (#77) * Refined style and added some rules * feat: build engine config from manager api * misc: typo in docstring * feat: basic auth for endpoints * remove auth + clean * continue docker dev setup * refactor: update Dockerfile and .dockerignore for improved build process and remove deprecated files * create hit actions for releases (#63) * chore: comment out version update step in release workflow * fix: update release workflow to use fixed version for Docker image * fix: reduce wait time for schema and engine propagation in release workflow * chore: update Dockerfile for fresh installs and comment out reproducible build options * chore: update docker-compose for production environment with new context and additional environment variables * Fixed some style and added API mocks * Adding Idun schema * Idun Schema frontend generator * Work on style * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Work on style * Work on style * Work on style * Work on style * Work on style + added docker compose --------- Co-authored-by: AhmedEnnaifer <[email protected]> Co-authored-by: Geoffrey HARRAZI <[email protected]> * Update development configuration and package dependencies (#79) - Changed VITE_API_URL in compose.dev.yaml to use localhost instead of host.docker.internal. - Added ajv package version 8.12.0 to package-lock.json and updated its dependencies. - Updated json-schema-traverse to version 1.0.0 and adjusted related dependencies in package-lock.json. * Scrum 97/generate docker image (#76) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * feat: organise cli + serve from config file * misc: rewrite serve cli * chore: docstring for cli * misc: update engine test on pypi * msic: generate dockerfile wip * feat: package cli into engine * fix: correct cli package path * fix: add __init__.py to make cli a package * fix: add __init__.py to groups packages * fix: copy cli into engine src for proper packaging * fix: update imports to use full package paths * fix: dockerfile generation * fix: convert pyproject to LF and add path.resolve() in CLI * fix: remove force-include from build config * fix: bundle CLI with engine package * fix: resolve graph path and update dockerfile versions * feat: quickstart and docker generation with ocmpose * minor fix, add sqlachemy dependencies in engine for phoenix-local * python 3.12 for engine, example agent in python 3.12 for phoenix-local compatibility * engine and schema compatible with python 3.12 * fix: update author information in pyproject.toml * chore: remove unused ref configuration in GitHub Actions workflow * chore: update dev version timestamp format in GitHub Actions workflows and Dockerfile * chore: standardize dev version timestamp format in GitHub Actions workflows * chore: change default endpoint in PhoenixLocalHandler * chore: update docker-compose for Phoenix local support and bump arize-phoenix version * chore: update arize-phoenix and related packages to latest versions, add jmespath dependency * remove: test lib 3.12 and phoenix local * chore: update GitHub Actions workflows to use consistent timestamp format for dev version * chore: update Python version in Dockerfile to 3.13 and adjust arize-phoenix dependency version in pyproject.toml * chore: downgrade arize-phoenix to version 11.38.0, remove jmespath dependency, and update related package versions in Dockerfile --------- Co-authored-by: Freezaa9 <[email protected]> * Update version numbers to 0.2.2 for idun-agent-engine and idun-agent-schema; adjust Dockerfiles to install the new versions. * Refactor docker-compose configuration: removed redundant agent service and updated network name. Adjusted Dockerfile commands to use 'add' instead of 'install' for package installation. * Update version numbers for idun-agent-engine, idun-agent-manager, and idun-agent-schema to 0.2.2; adjust dependencies accordingly in uv.lock. * Remove agent service from production Docker Compose configuration to streamline deployment. * Update production Docker Compose configuration to correct network name for agent service. * RUN uv pip install idun-agent-schema==0.2.2 * Refactor Docker Compose configurations for development and production… (#84) * Refactor Docker Compose configurations for development and production environments. Updated network names to 'idun_dev_network' and 'idun_network', adjusted container names for consistency, and added a web service to the production configuration. * Update production Docker Compose configuration to change VITE_API_URL from port 8000 to 8080 for improved service accessibility. * Update quickstart (#85) * Develop (#82) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Frontend Enhancements: Agent Creation, Editing, and Dev Workflow (#77) * Refined style and added some rules * feat: build engine config from manager api * misc: typo in docstring * feat: basic auth for endpoints * remove auth + clean * continue docker dev setup * refactor: update Dockerfile and .dockerignore for improved build process and remove deprecated files * create hit actions for releases (#63) * chore: comment out version update step in release workflow * fix: update release workflow to use fixed version for Docker image * fix: reduce wait time for schema and engine propagation in release workflow * chore: update Dockerfile for fresh installs and comment out reproducible build options * chore: update docker-compose for production environment with new context and additional environment variables * Fixed some style and added API mocks * Adding Idun schema * Idun Schema frontend generator * Work on style * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Work on style * Work on style * Work on style * Work on style * Work on style + added docker compose --------- Co-authored-by: AhmedEnnaifer <[email protected]> Co-authored-by: Geoffrey HARRAZI <[email protected]> * Update development configuration and package dependencies (#79) - Changed VITE_API_URL in compose.dev.yaml to use localhost instead of host.docker.internal. - Added ajv package version 8.12.0 to package-lock.json and updated its dependencies. - Updated json-schema-traverse to version 1.0.0 and adjusted related dependencies in package-lock.json. * Scrum 97/generate docker image (#76) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * feat: organise cli + serve from config file * misc: rewrite serve cli * chore: docstring for cli * misc: update engine test on pypi * msic: generate dockerfile wip * feat: package cli into engine * fix: correct cli package path * fix: add __init__.py to make cli a package * fix: add __init__.py to groups packages * fix: copy cli into engine src for proper packaging * fix: update imports to use full package paths * fix: dockerfile generation * fix: convert pyproject to LF and add path.resolve() in CLI * fix: remove force-include from build config * fix: bundle CLI with engine package * fix: resolve graph path and update dockerfile versions * feat: quickstart and docker generation with ocmpose * minor fix, add sqlachemy dependencies in engine for phoenix-local * python 3.12 for engine, example agent in python 3.12 for phoenix-local compatibility * engine and schema compatible with python 3.12 * fix: update author information in pyproject.toml * chore: remove unused ref configuration in GitHub Actions workflow * chore: update dev version timestamp format in GitHub Actions workflows and Dockerfile * chore: standardize dev version timestamp format in GitHub Actions workflows * chore: change default endpoint in PhoenixLocalHandler * chore: update docker-compose for Phoenix local support and bump arize-phoenix version * chore: update arize-phoenix and related packages to latest versions, add jmespath dependency * remove: test lib 3.12 and phoenix local * chore: update GitHub Actions workflows to use consistent timestamp format for dev version * chore: update Python version in Dockerfile to 3.13 and adjust arize-phoenix dependency version in pyproject.toml * chore: downgrade arize-phoenix to version 11.38.0, remove jmespath dependency, and update related package versions in Dockerfile --------- Co-authored-by: Freezaa9 <[email protected]> * Update version numbers to 0.2.2 for idun-agent-engine and idun-agent-schema; adjust Dockerfiles to install the new versions. * Refactor docker-compose configuration: removed redundant agent service and updated network name. Adjusted Dockerfile commands to use 'add' instead of 'install' for package installation. * Update version numbers for idun-agent-engine, idun-agent-manager, and idun-agent-schema to 0.2.2; adjust dependencies accordingly in uv.lock. * Remove agent service from production Docker Compose configuration to streamline deployment. * Update production Docker Compose configuration to correct network name for agent service. --------- Co-authored-by: Ahmed <[email protected]> Co-authored-by: Wizard <[email protected]> * Develop (#83) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Frontend Enhancements: Agent Creation, Editing, and Dev Workflow (#77) * Refined style and added some rules * feat: build engine config from manager api * misc: typo in docstring * feat: basic auth for endpoints * remove auth + clean * continue docker dev setup * refactor: update Dockerfile and .dockerignore for improved build process and remove deprecated files * create hit actions for releases (#63) * chore: comment out version update step in release workflow * fix: update release workflow to use fixed version for Docker image * fix: reduce wait time for schema and engine propagation in release workflow * chore: update Dockerfile for fresh installs and comment out reproducible build options * chore: update docker-compose for production environment with new context and additional environment variables * Fixed some style and added API mocks * Adding Idun schema * Idun Schema frontend generator * Work on style * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Work on style * Work on style * Work on style * Work on style * Work on style + added docker compose --------- Co-authored-by: AhmedEnnaifer <[email protected]> Co-authored-by: Geoffrey HARRAZI <[email protected]> * Update development configuration and package dependencies (#79) - Changed VITE_API_URL in compose.dev.yaml to use localhost instead of host.docker.internal. - Added ajv package version 8.12.0 to package-lock.json and updated its dependencies. - Updated json-schema-traverse to version 1.0.0 and adjusted related dependencies in package-lock.json. * Scrum 97/generate docker image (#76) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * feat: organise cli + serve from config file * misc: rewrite serve cli * chore: docstring for cli * misc: update engine test on pypi * msic: generate dockerfile wip * feat: package cli into engine * fix: correct cli package path * fix: add __init__.py to make cli a package * fix: add __init__.py to groups packages * fix: copy cli into engine src for proper packaging * fix: update imports to use full package paths * fix: dockerfile generation * fix: convert pyproject to LF and add path.resolve() in CLI * fix: remove force-include from build config * fix: bundle CLI with engine package * fix: resolve graph path and update dockerfile versions * feat: quickstart and docker generation with ocmpose * minor fix, add sqlachemy dependencies in engine for phoenix-local * python 3.12 for engine, example agent in python 3.12 for phoenix-local compatibility * engine and schema compatible with python 3.12 * fix: update author information in pyproject.toml * chore: remove unused ref configuration in GitHub Actions workflow * chore: update dev version timestamp format in GitHub Actions workflows and Dockerfile * chore: standardize dev version timestamp format in GitHub Actions workflows * chore: change default endpoint in PhoenixLocalHandler * chore: update docker-compose for Phoenix local support and bump arize-phoenix version * chore: update arize-phoenix and related packages to latest versions, add jmespath dependency * remove: test lib 3.12 and phoenix local * chore: update GitHub Actions workflows to use consistent timestamp format for dev version * chore: update Python version in Dockerfile to 3.13 and adjust arize-phoenix dependency version in pyproject.toml * chore: downgrade arize-phoenix to version 11.38.0, remove jmespath dependency, and update related package versions in Dockerfile --------- Co-authored-by: Freezaa9 <[email protected]> * Update version numbers to 0.2.2 for idun-agent-engine and idun-agent-schema; adjust Dockerfiles to install the new versions. * Refactor docker-compose configuration: removed redundant agent service and updated network name. Adjusted Dockerfile commands to use 'add' instead of 'install' for package installation. * Update version numbers for idun-agent-engine, idun-agent-manager, and idun-agent-schema to 0.2.2; adjust dependencies accordingly in uv.lock. * Remove agent service from production Docker Compose configuration to streamline deployment. * Update production Docker Compose configuration to correct network name for agent service. * RUN uv pip install idun-agent-schema==0.2.2 --------- Co-authored-by: Ahmed <[email protected]> Co-authored-by: Wizard <[email protected]> * fix: quikcstart from manager --------- Co-authored-by: Geoffrey HARRAZI <[email protected]> Co-authored-by: Wizard <[email protected]> * add new job to build and publish web Docker image * Update version numbers to 0.2.3 for idun-agent-engine and idun-agent-schema; adjust Dockerfiles and dependencies accordingly. * Update version numbers to 0.2.4 for idun-agent-engine, idun-agent-schema, and idun-agent-manager; adjust Dockerfiles and dependencies accordingly. * bump to 0.2.5 * improve docker for web * rework docker compose files * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Frontend Enhancements: Agent Creation, Editing, and Dev Workflow (#77) * Refined style and added some rules * feat: build engine config from manager api * misc: typo in docstring * feat: basic auth for endpoints * remove auth + clean * continue docker dev setup * refactor: update Dockerfile and .dockerignore for improved build process and remove deprecated files * create hit actions for releases (#63) * chore: comment out version update step in release workflow * fix: update release workflow to use fixed version for Docker image * fix: reduce wait time for schema and engine propagation in release workflow * chore: update Dockerfile for fresh installs and comment out reproducible build options * chore: update docker-compose for production environment with new context and additional environment variables * Fixed some style and added API mocks * Adding Idun schema * Idun Schema frontend generator * Work on style * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Work on style * Work on style * Work on style * Work on style * Work on style + added docker compose --------- Co-authored-by: AhmedEnnaifer <[email protected]> Co-authored-by: Geoffrey HARRAZI <[email protected]> * Update development configuration and package dependencies (#79) - Changed VITE_API_URL in compose.dev.yaml to use localhost instead of host.docker.internal. - Added ajv package version 8.12.0 to package-lock.json and updated its dependencies. - Updated json-schema-traverse to version 1.0.0 and adjusted related dependencies in package-lock.json. * Scrum 97/generate docker image (#76) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * feat: organise cli + serve from config file * misc: rewrite serve cli * chore: docstring for cli * misc: update engine test on pypi * msic: generate dockerfile wip * feat: package cli into engine * fix: correct cli package path * fix: add __init__.py to make cli a package * fix: add __init__.py to groups packages * fix: copy cli into engine src for proper packaging * fix: update imports to use full package paths * fix: dockerfile generation * fix: convert pyproject to LF and add path.resolve() in CLI * fix: remove force-include from build config * fix: bundle CLI with engine package * fix: resolve graph path and update dockerfile versions * feat: quickstart and docker generation with ocmpose * minor fix, add sqlachemy dependencies in engine for phoenix-local * python 3.12 for engine, example agent in python 3.12 for phoenix-local compatibility * engine and schema compatible with python 3.12 * fix: update author information in pyproject.toml * chore: remove unused ref configuration in GitHub Actions workflow * chore: update dev version timestamp format in GitHub Actions workflows and Dockerfile * chore: standardize dev version timestamp format in GitHub Actions workflows * chore: change default endpoint in PhoenixLocalHandler * chore: update docker-compose for Phoenix local support and bump arize-phoenix version * chore: update arize-phoenix and related packages to latest versions, add jmespath dependency * remove: test lib 3.12 and phoenix local * chore: update GitHub Actions workflows to use consistent timestamp format for dev version * chore: update Python version in Dockerfile to 3.13 and adjust arize-phoenix dependency version in pyproject.toml * chore: downgrade arize-phoenix to version 11.38.0, remove jmespath dependency, and update related package versions in Dockerfile --------- Co-authored-by: Freezaa9 <[email protected]> * Update version numbers for idun-agent-engine, idun-agent-manager, and idun-agent-schema to 0.2.2; adjust dependencies accordingly in uv.lock. * Remove agent service from production Docker Compose configuration to streamline deployment. * Refactor Docker Compose configurations for development and production… (#84) * Refactor Docker Compose configurations for development and production environments. Updated network names to 'idun_dev_network' and 'idun_network', adjusted container names for consistency, and added a web service to the production configuration. * Update production Docker Compose configuration to change VITE_API_URL from port 8000 to 8080 for improved service accessibility. * Update quickstart (#85) * Develop (#82) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Frontend Enhancements: Agent Creation, Editing, and Dev Workflow (#77) * Refined style and added some rules * feat: build engine config from manager api * misc: typo in docstring * feat: basic auth for endpoints * remove auth + clean * continue docker dev setup * refactor: update Dockerfile and .dockerignore for improved build process and remove deprecated files * create hit actions for releases (#63) * chore: comment out version update step in release workflow * fix: update release workflow to use fixed version for Docker image * fix: reduce wait time for schema and engine propagation in release workflow * chore: update Dockerfile for fresh installs and comment out reproducible build options * chore: update docker-compose for production environment with new context and additional environment variables * Fixed some style and added API mocks * Adding Idun schema * Idun Schema frontend generator * Work on style * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Work on style * Work on style * Work on style * Work on style * Work on style + added docker compose --------- Co-authored-by: AhmedEnnaifer <[email protected]> Co-authored-by: Geoffrey HARRAZI <[email protected]> * Update development configuration and package dependencies (#79) - Changed VITE_API_URL in compose.dev.yaml to use localhost instead of host.docker.internal. - Added ajv package version 8.12.0 to package-lock.json and updated its dependencies. - Updated json-schema-traverse to version 1.0.0 and adjusted related dependencies in package-lock.json. * Scrum 97/generate docker image (#76) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * feat: organise cli + serve from config file * misc: rewrite serve cli * chore: docstring for cli * misc: update engine test on pypi * msic: generate dockerfile wip * feat: package cli into engine * fix: correct cli package path * fix: add __init__.py to make cli a package * fix: add __init__.py to groups packages * fix: copy cli into engine src for proper packaging * fix: update imports to use full package paths * fix: dockerfile generation * fix: convert pyproject to LF and add path.resolve() in CLI * fix: remove force-include from build config * fix: bundle CLI with engine package * fix: resolve graph path and update dockerfile versions * feat: quickstart and docker generation with ocmpose * minor fix, add sqlachemy dependencies in engine for phoenix-local * python 3.12 for engine, example agent in python 3.12 for phoenix-local compatibility * engine and schema compatible with python 3.12 * fix: update author information in pyproject.toml * chore: remove unused ref configuration in GitHub Actions workflow * chore: update dev version timestamp format in GitHub Actions workflows and Dockerfile * chore: standardize dev version timestamp format in GitHub Actions workflows * chore: change default endpoint in PhoenixLocalHandler * chore: update docker-compose for Phoenix local support and bump arize-phoenix version * chore: update arize-phoenix and related packages to latest versions, add jmespath dependency * remove: test lib 3.12 and phoenix local * chore: update GitHub Actions workflows to use consistent timestamp format for dev version * chore: update Python version in Dockerfile to 3.13 and adjust arize-phoenix dependency version in pyproject.toml * chore: downgrade arize-phoenix to version 11.38.0, remove jmespath dependency, and update related package versions in Dockerfile --------- Co-authored-by: Freezaa9 <[email protected]> * Update version numbers to 0.2.2 for idun-agent-engine and idun-agent-schema; adjust Dockerfiles to install the new versions. * Refactor docker-compose configuration: removed redundant agent service and updated network name. Adjusted Dockerfile commands to use 'add' instead of 'install' for package installation. * Update version numbers for idun-agent-engine, idun-agent-manager, and idun-agent-schema to 0.2.2; adjust dependencies accordingly in uv.lock. * Remove agent service from production Docker Compose configuration to streamline deployment. * Update production Docker Compose configuration to correct network name for agent service. --------- Co-authored-by: Ahmed <[email protected]> Co-authored-by: Wizard <[email protected]> * Develop (#83) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Frontend Enhancements: Agent Creation, Editing, and Dev Workflow (#77) * Refined style and added some rules * feat: build engine config from manager api * misc: typo in docstring * feat: basic auth for endpoints * remove auth + clean * continue docker dev setup * refactor: update Dockerfile and .dockerignore for improved build process and remove deprecated files * create hit actions for releases (#63) * chore: comment out version update step in release workflow * fix: update release workflow to use fixed version for Docker image * fix: reduce wait time for schema and engine propagation in release workflow * chore: update Dockerfile for fresh installs and comment out reproducible build options * chore: update docker-compose for production environment with new context and additional environment variables * Fixed some style and added API mocks * Adding Idun schema * Idun Schema frontend generator * Work on style * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Work on style * Work on style * Work on style * Work on style * Work on style + added docker compose --------- Co-authored-by: AhmedEnnaifer <[email protected]> Co-authored-by: Geoffrey HARRAZI <[email protected]> * Update development configuration and package dependencies (#79) - Changed VITE_API_URL in compose.dev.yaml to use localhost instead of host.docker.internal. - Added ajv package version 8.12.0 to package-lock.json and updated its dependencies. - Updated json-schema-traverse to version 1.0.0 and adjusted related dependencies in package-lock.json. * Scrum 97/generate docker image (#76) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * feat: organise cli + serve from config file * misc: rewrite serve cli * chore: docstring for cli * misc: update engine test on pypi * msic: generate dockerfile wip * feat: package cli into engine * fix: correct cli package path * fix: add __init__.py to make cli a package * fix: add __init__.py to groups packages * fix: copy cli into engine src for proper packaging * fix: update imports to use full package paths * fix: dockerfile generation * fix: convert pyproject to LF and add path.resolve() in CLI * fix: remove force-include from build config * fix: bundle CLI with engine package * fix: resolve graph path and update dockerfile versions * feat: quickstart and docker generation with ocmpose * minor fix, add sqlachemy dependencies in engine for phoenix-local * python 3.12 for engine, example agent in python 3.12 for phoenix-local compatibility * engine and schema compatible with python 3.12 * fix: update author information in pyproject.toml * chore: remove unused ref configuration in GitHub Actions workflow * chore: update dev version timestamp format in GitHub Actions workflows and Dockerfile * chore: standardize dev version timestamp format in GitHub Actions workflows * chore: change default endpoint in PhoenixLocalHandler * chore: update docker-compose for Phoenix local support and bump arize-phoenix version * chore: update arize-phoenix and related packages to latest versions, add jmespath dependency * remove: test lib 3.12 and phoenix local * chore: update GitHub Actions workflows to use consistent timestamp format for dev version * chore: update Python version in Dockerfile to 3.13 and adjust arize-phoenix dependency version in pyproject.toml * chore: downgrade arize-phoenix to version 11.38.0, remove jmespath dependency, and update related package versions in Dockerfile --------- Co-authored-by: Freezaa9 <[email protected]> * Update version numbers to 0.2.2 for idun-agent-engine and idun-agent-schema; adjust Dockerfiles to install the new versions. * Refactor docker-compose configuration: removed redundant agent service and updated network name. Adjusted Dockerfile commands to use 'add' instead of 'install' for package installation. * Update version numbers for idun-agent-engine, idun-agent-manager, and idun-agent-schema to 0.2.2; adjust dependencies accordingly in uv.lock. * Remove agent service from production Docker Compose configuration to streamline deployment. * Update production Docker Compose configuration to correct network name for agent service. * RUN uv pip install idun-agent-schema==0.2.2 --------- Co-authored-by: Ahmed <[email protected]> Co-authored-by: Wizard <[email protected]> * fix: quikcstart from manager --------- Co-authored-by: Geoffrey HARRAZI <[email protected]> Co-authored-by: Wizard <[email protected]> * improve docker for web --------- Co-authored-by: Ahmed <[email protected]> Co-authored-by: Wizard <[email protected]>
* Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Frontend Enhancements: Agent Creation, Editing, and Dev Workflow (#77) * Refined style and added some rules * feat: build engine config from manager api * misc: typo in docstring * feat: basic auth for endpoints * remove auth + clean * continue docker dev setup * refactor: update Dockerfile and .dockerignore for improved build process and remove deprecated files * create hit actions for releases (#63) * chore: comment out version update step in release workflow * fix: update release workflow to use fixed version for Docker image * fix: reduce wait time for schema and engine propagation in release workflow * chore: update Dockerfile for fresh installs and comment out reproducible build options * chore: update docker-compose for production environment with new context and additional environment variables * Fixed some style and added API mocks * Adding Idun schema * Idun Schema frontend generator * Work on style * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Work on style * Work on style * Work on style * Work on style * Work on style + added docker compose --------- Co-authored-by: AhmedEnnaifer <[email protected]> Co-authored-by: Geoffrey HARRAZI <[email protected]> * Update development configuration and package dependencies (#79) - Changed VITE_API_URL in compose.dev.yaml to use localhost instead of host.docker.internal. - Added ajv package version 8.12.0 to package-lock.json and updated its dependencies. - Updated json-schema-traverse to version 1.0.0 and adjusted related dependencies in package-lock.json. * Scrum 97/generate docker image (#76) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * feat: organise cli + serve from config file * misc: rewrite serve cli * chore: docstring for cli * misc: update engine test on pypi * msic: generate dockerfile wip * feat: package cli into engine * fix: correct cli package path * fix: add __init__.py to make cli a package * fix: add __init__.py to groups packages * fix: copy cli into engine src for proper packaging * fix: update imports to use full package paths * fix: dockerfile generation * fix: convert pyproject to LF and add path.resolve() in CLI * fix: remove force-include from build config * fix: bundle CLI with engine package * fix: resolve graph path and update dockerfile versions * feat: quickstart and docker generation with ocmpose * minor fix, add sqlachemy dependencies in engine for phoenix-local * python 3.12 for engine, example agent in python 3.12 for phoenix-local compatibility * engine and schema compatible with python 3.12 * fix: update author information in pyproject.toml * chore: remove unused ref configuration in GitHub Actions workflow * chore: update dev version timestamp format in GitHub Actions workflows and Dockerfile * chore: standardize dev version timestamp format in GitHub Actions workflows * chore: change default endpoint in PhoenixLocalHandler * chore: update docker-compose for Phoenix local support and bump arize-phoenix version * chore: update arize-phoenix and related packages to latest versions, add jmespath dependency * remove: test lib 3.12 and phoenix local * chore: update GitHub Actions workflows to use consistent timestamp format for dev version * chore: update Python version in Dockerfile to 3.13 and adjust arize-phoenix dependency version in pyproject.toml * chore: downgrade arize-phoenix to version 11.38.0, remove jmespath dependency, and update related package versions in Dockerfile --------- Co-authored-by: Freezaa9 <[email protected]> * Update version numbers to 0.2.2 for idun-agent-engine and idun-agent-schema; adjust Dockerfiles to install the new versions. * Refactor docker-compose configuration: removed redundant agent service and updated network name. Adjusted Dockerfile commands to use 'add' instead of 'install' for package installation. * Update version numbers for idun-agent-engine, idun-agent-manager, and idun-agent-schema to 0.2.2; adjust dependencies accordingly in uv.lock. * Remove agent service from production Docker Compose configuration to streamline deployment. * Update production Docker Compose configuration to correct network name for agent service. * RUN uv pip install idun-agent-schema==0.2.2 * Refactor Docker Compose configurations for development and production… (#84) * Refactor Docker Compose configurations for development and production environments. Updated network names to 'idun_dev_network' and 'idun_network', adjusted container names for consistency, and added a web service to the production configuration. * Update production Docker Compose configuration to change VITE_API_URL from port 8000 to 8080 for improved service accessibility. * Update quickstart (#85) * Develop (#82) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Frontend Enhancements: Agent Creation, Editing, and Dev Workflow (#77) * Refined style and added some rules * feat: build engine config from manager api * misc: typo in docstring * feat: basic auth for endpoints * remove auth + clean * continue docker dev setup * refactor: update Dockerfile and .dockerignore for improved build process and remove deprecated files * create hit actions for releases (#63) * chore: comment out version update step in release workflow * fix: update release workflow to use fixed version for Docker image * fix: reduce wait time for schema and engine propagation in release workflow * chore: update Dockerfile for fresh installs and comment out reproducible build options * chore: update docker-compose for production environment with new context and additional environment variables * Fixed some style and added API mocks * Adding Idun schema * Idun Schema frontend generator * Work on style * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Work on style * Work on style * Work on style * Work on style * Work on style + added docker compose --------- Co-authored-by: AhmedEnnaifer <[email protected]> Co-authored-by: Geoffrey HARRAZI <[email protected]> * Update development configuration and package dependencies (#79) - Changed VITE_API_URL in compose.dev.yaml to use localhost instead of host.docker.internal. - Added ajv package version 8.12.0 to package-lock.json and updated its dependencies. - Updated json-schema-traverse to version 1.0.0 and adjusted related dependencies in package-lock.json. * Scrum 97/generate docker image (#76) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * feat: organise cli + serve from config file * misc: rewrite serve cli * chore: docstring for cli * misc: update engine test on pypi * msic: generate dockerfile wip * feat: package cli into engine * fix: correct cli package path * fix: add __init__.py to make cli a package * fix: add __init__.py to groups packages * fix: copy cli into engine src for proper packaging * fix: update imports to use full package paths * fix: dockerfile generation * fix: convert pyproject to LF and add path.resolve() in CLI * fix: remove force-include from build config * fix: bundle CLI with engine package * fix: resolve graph path and update dockerfile versions * feat: quickstart and docker generation with ocmpose * minor fix, add sqlachemy dependencies in engine for phoenix-local * python 3.12 for engine, example agent in python 3.12 for phoenix-local compatibility * engine and schema compatible with python 3.12 * fix: update author information in pyproject.toml * chore: remove unused ref configuration in GitHub Actions workflow * chore: update dev version timestamp format in GitHub Actions workflows and Dockerfile * chore: standardize dev version timestamp format in GitHub Actions workflows * chore: change default endpoint in PhoenixLocalHandler * chore: update docker-compose for Phoenix local support and bump arize-phoenix version * chore: update arize-phoenix and related packages to latest versions, add jmespath dependency * remove: test lib 3.12 and phoenix local * chore: update GitHub Actions workflows to use consistent timestamp format for dev version * chore: update Python version in Dockerfile to 3.13 and adjust arize-phoenix dependency version in pyproject.toml * chore: downgrade arize-phoenix to version 11.38.0, remove jmespath dependency, and update related package versions in Dockerfile --------- Co-authored-by: Freezaa9 <[email protected]> * Update version numbers to 0.2.2 for idun-agent-engine and idun-agent-schema; adjust Dockerfiles to install the new versions. * Refactor docker-compose configuration: removed redundant agent service and updated network name. Adjusted Dockerfile commands to use 'add' instead of 'install' for package installation. * Update version numbers for idun-agent-engine, idun-agent-manager, and idun-agent-schema to 0.2.2; adjust dependencies accordingly in uv.lock. * Remove agent service from production Docker Compose configuration to streamline deployment. * Update production Docker Compose configuration to correct network name for agent service. --------- Co-authored-by: Ahmed <[email protected]> Co-authored-by: Wizard <[email protected]> * Develop (#83) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Frontend Enhancements: Agent Creation, Editing, and Dev Workflow (#77) * Refined style and added some rules * feat: build engine config from manager api * misc: typo in docstring * feat: basic auth for endpoints * remove auth + clean * continue docker dev setup * refactor: update Dockerfile and .dockerignore for improved build process and remove deprecated files * create hit actions for releases (#63) * chore: comment out version update step in release workflow * fix: update release workflow to use fixed version for Docker image * fix: reduce wait time for schema and engine propagation in release workflow * chore: update Dockerfile for fresh installs and comment out reproducible build options * chore: update docker-compose for production environment with new context and additional environment variables * Fixed some style and added API mocks * Adding Idun schema * Idun Schema frontend generator * Work on style * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Work on style * Work on style * Work on style * Work on style * Work on style + added docker compose --------- Co-authored-by: AhmedEnnaifer <[email protected]> Co-authored-by: Geoffrey HARRAZI <[email protected]> * Update development configuration and package dependencies (#79) - Changed VITE_API_URL in compose.dev.yaml to use localhost instead of host.docker.internal. - Added ajv package version 8.12.0 to package-lock.json and updated its dependencies. - Updated json-schema-traverse to version 1.0.0 and adjusted related dependencies in package-lock.json. * Scrum 97/generate docker image (#76) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * feat: organise cli + serve from config file * misc: rewrite serve cli * chore: docstring for cli * misc: update engine test on pypi * msic: generate dockerfile wip * feat: package cli into engine * fix: correct cli package path * fix: add __init__.py to make cli a package * fix: add __init__.py to groups packages * fix: copy cli into engine src for proper packaging * fix: update imports to use full package paths * fix: dockerfile generation * fix: convert pyproject to LF and add path.resolve() in CLI * fix: remove force-include from build config * fix: bundle CLI with engine package * fix: resolve graph path and update dockerfile versions * feat: quickstart and docker generation with ocmpose * minor fix, add sqlachemy dependencies in engine for phoenix-local * python 3.12 for engine, example agent in python 3.12 for phoenix-local compatibility * engine and schema compatible with python 3.12 * fix: update author information in pyproject.toml * chore: remove unused ref configuration in GitHub Actions workflow * chore: update dev version timestamp format in GitHub Actions workflows and Dockerfile * chore: standardize dev version timestamp format in GitHub Actions workflows * chore: change default endpoint in PhoenixLocalHandler * chore: update docker-compose for Phoenix local support and bump arize-phoenix version * chore: update arize-phoenix and related packages to latest versions, add jmespath dependency * remove: test lib 3.12 and phoenix local * chore: update GitHub Actions workflows to use consistent timestamp format for dev version * chore: update Python version in Dockerfile to 3.13 and adjust arize-phoenix dependency version in pyproject.toml * chore: downgrade arize-phoenix to version 11.38.0, remove jmespath dependency, and update related package versions in Dockerfile --------- Co-authored-by: Freezaa9 <[email protected]> * Update version numbers to 0.2.2 for idun-agent-engine and idun-agent-schema; adjust Dockerfiles to install the new versions. * Refactor docker-compose configuration: removed redundant agent service and updated network name. Adjusted Dockerfile commands to use 'add' instead of 'install' for package installation. * Update version numbers for idun-agent-engine, idun-agent-manager, and idun-agent-schema to 0.2.2; adjust dependencies accordingly in uv.lock. * Remove agent service from production Docker Compose configuration to streamline deployment. * Update production Docker Compose configuration to correct network name for agent service. * RUN uv pip install idun-agent-schema==0.2.2 --------- Co-authored-by: Ahmed <[email protected]> Co-authored-by: Wizard <[email protected]> * fix: quikcstart from manager --------- Co-authored-by: Geoffrey HARRAZI <[email protected]> Co-authored-by: Wizard <[email protected]> * add new job to build and publish web Docker image * Update version numbers to 0.2.3 for idun-agent-engine and idun-agent-schema; adjust Dockerfiles and dependencies accordingly. * Update version numbers to 0.2.4 for idun-agent-engine, idun-agent-schema, and idun-agent-manager; adjust Dockerfiles and dependencies accordingly. * bump to 0.2.5 * improve docker for web * rework docker compose files * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Frontend Enhancements: Agent Creation, Editing, and Dev Workflow (#77) * Refined style and added some rules * feat: build engine config from manager api * misc: typo in docstring * feat: basic auth for endpoints * remove auth + clean * continue docker dev setup * refactor: update Dockerfile and .dockerignore for improved build process and remove deprecated files * create hit actions for releases (#63) * chore: comment out version update step in release workflow * fix: update release workflow to use fixed version for Docker image * fix: reduce wait time for schema and engine propagation in release workflow * chore: update Dockerfile for fresh installs and comment out reproducible build options * chore: update docker-compose for production environment with new context and additional environment variables * Fixed some style and added API mocks * Adding Idun schema * Idun Schema frontend generator * Work on style * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Work on style * Work on style * Work on style * Work on style * Work on style + added docker compose --------- Co-authored-by: AhmedEnnaifer <[email protected]> Co-authored-by: Geoffrey HARRAZI <[email protected]> * Update development configuration and package dependencies (#79) - Changed VITE_API_URL in compose.dev.yaml to use localhost instead of host.docker.internal. - Added ajv package version 8.12.0 to package-lock.json and updated its dependencies. - Updated json-schema-traverse to version 1.0.0 and adjusted related dependencies in package-lock.json. * Scrum 97/generate docker image (#76) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * feat: organise cli + serve from config file * misc: rewrite serve cli * chore: docstring for cli * misc: update engine test on pypi * msic: generate dockerfile wip * feat: package cli into engine * fix: correct cli package path * fix: add __init__.py to make cli a package * fix: add __init__.py to groups packages * fix: copy cli into engine src for proper packaging * fix: update imports to use full package paths * fix: dockerfile generation * fix: convert pyproject to LF and add path.resolve() in CLI * fix: remove force-include from build config * fix: bundle CLI with engine package * fix: resolve graph path and update dockerfile versions * feat: quickstart and docker generation with ocmpose * minor fix, add sqlachemy dependencies in engine for phoenix-local * python 3.12 for engine, example agent in python 3.12 for phoenix-local compatibility * engine and schema compatible with python 3.12 * fix: update author information in pyproject.toml * chore: remove unused ref configuration in GitHub Actions workflow * chore: update dev version timestamp format in GitHub Actions workflows and Dockerfile * chore: standardize dev version timestamp format in GitHub Actions workflows * chore: change default endpoint in PhoenixLocalHandler * chore: update docker-compose for Phoenix local support and bump arize-phoenix version * chore: update arize-phoenix and related packages to latest versions, add jmespath dependency * remove: test lib 3.12 and phoenix local * chore: update GitHub Actions workflows to use consistent timestamp format for dev version * chore: update Python version in Dockerfile to 3.13 and adjust arize-phoenix dependency version in pyproject.toml * chore: downgrade arize-phoenix to version 11.38.0, remove jmespath dependency, and update related package versions in Dockerfile --------- Co-authored-by: Freezaa9 <[email protected]> * Update version numbers for idun-agent-engine, idun-agent-manager, and idun-agent-schema to 0.2.2; adjust dependencies accordingly in uv.lock. * Remove agent service from production Docker Compose configuration to streamline deployment. * Refactor Docker Compose configurations for development and production… (#84) * Refactor Docker Compose configurations for development and production environments. Updated network names to 'idun_dev_network' and 'idun_network', adjusted container names for consistency, and added a web service to the production configuration. * Update production Docker Compose configuration to change VITE_API_URL from port 8000 to 8080 for improved service accessibility. * Update quickstart (#85) * Develop (#82) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Frontend Enhancements: Agent Creation, Editing, and Dev Workflow (#77) * Refined style and added some rules * feat: build engine config from manager api * misc: typo in docstring * feat: basic auth for endpoints * remove auth + clean * continue docker dev setup * refactor: update Dockerfile and .dockerignore for improved build process and remove deprecated files * create hit actions for releases (#63) * chore: comment out version update step in release workflow * fix: update release workflow to use fixed version for Docker image * fix: reduce wait time for schema and engine propagation in release workflow * chore: update Dockerfile for fresh installs and comment out reproducible build options * chore: update docker-compose for production environment with new context and additional environment variables * Fixed some style and added API mocks * Adding Idun schema * Idun Schema frontend generator * Work on style * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Work on style * Work on style * Work on style * Work on style * Work on style + added docker compose --------- Co-authored-by: AhmedEnnaifer <[email protected]> Co-authored-by: Geoffrey HARRAZI <[email protected]> * Update development configuration and package dependencies (#79) - Changed VITE_API_URL in compose.dev.yaml to use localhost instead of host.docker.internal. - Added ajv package version 8.12.0 to package-lock.json and updated its dependencies. - Updated json-schema-traverse to version 1.0.0 and adjusted related dependencies in package-lock.json. * Scrum 97/generate docker image (#76) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * feat: organise cli + serve from config file * misc: rewrite serve cli * chore: docstring for cli * misc: update engine test on pypi * msic: generate dockerfile wip * feat: package cli into engine * fix: correct cli package path * fix: add __init__.py to make cli a package * fix: add __init__.py to groups packages * fix: copy cli into engine src for proper packaging * fix: update imports to use full package paths * fix: dockerfile generation * fix: convert pyproject to LF and add path.resolve() in CLI * fix: remove force-include from build config * fix: bundle CLI with engine package * fix: resolve graph path and update dockerfile versions * feat: quickstart and docker generation with ocmpose * minor fix, add sqlachemy dependencies in engine for phoenix-local * python 3.12 for engine, example agent in python 3.12 for phoenix-local compatibility * engine and schema compatible with python 3.12 * fix: update author information in pyproject.toml * chore: remove unused ref configuration in GitHub Actions workflow * chore: update dev version timestamp format in GitHub Actions workflows and Dockerfile * chore: standardize dev version timestamp format in GitHub Actions workflows * chore: change default endpoint in PhoenixLocalHandler * chore: update docker-compose for Phoenix local support and bump arize-phoenix version * chore: update arize-phoenix and related packages to latest versions, add jmespath dependency * remove: test lib 3.12 and phoenix local * chore: update GitHub Actions workflows to use consistent timestamp format for dev version * chore: update Python version in Dockerfile to 3.13 and adjust arize-phoenix dependency version in pyproject.toml * chore: downgrade arize-phoenix to version 11.38.0, remove jmespath dependency, and update related package versions in Dockerfile --------- Co-authored-by: Freezaa9 <[email protected]> * Update version numbers to 0.2.2 for idun-agent-engine and idun-agent-schema; adjust Dockerfiles to install the new versions. * Refactor docker-compose configuration: removed redundant agent service and updated network name. Adjusted Dockerfile commands to use 'add' instead of 'install' for package installation. * Update version numbers for idun-agent-engine, idun-agent-manager, and idun-agent-schema to 0.2.2; adjust dependencies accordingly in uv.lock. * Remove agent service from production Docker Compose configuration to streamline deployment. * Update production Docker Compose configuration to correct network name for agent service. --------- Co-authored-by: Ahmed <[email protected]> Co-authored-by: Wizard <[email protected]> * Develop (#83) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Frontend Enhancements: Agent Creation, Editing, and Dev Workflow (#77) * Refined style and added some rules * feat: build engine config from manager api * misc: typo in docstring * feat: basic auth for endpoints * remove auth + clean * continue docker dev setup * refactor: update Dockerfile and .dockerignore for improved build process and remove deprecated files * create hit actions for releases (#63) * chore: comment out version update step in release workflow * fix: update release workflow to use fixed version for Docker image * fix: reduce wait time for schema and engine propagation in release workflow * chore: update Dockerfile for fresh installs and comment out reproducible build options * chore: update docker-compose for production environment with new context and additional environment variables * Fixed some style and added API mocks * Adding Idun schema * Idun Schema frontend generator * Work on style * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> * fix: make agent_hash and agent_id static (#75) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * chore: remove file * chore: remove file * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * fix: make agent_id and agent_hash static * chore: remove file * fix: resolve merge conflict in docker-compose.prod.yml --------- Co-authored-by: Freezaa9 <[email protected]> * Work on style * Work on style * Work on style * Work on style * Work on style + added docker compose --------- Co-authored-by: AhmedEnnaifer <[email protected]> Co-authored-by: Geoffrey HARRAZI <[email protected]> * Update development configuration and package dependencies (#79) - Changed VITE_API_URL in compose.dev.yaml to use localhost instead of host.docker.internal. - Added ajv package version 8.12.0 to package-lock.json and updated its dependencies. - Updated json-schema-traverse to version 1.0.0 and adjusted related dependencies in package-lock.json. * Scrum 97/generate docker image (#76) * Develop (#74) * Update docs (#71) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme * feat: add quickstart example (#73) * Scrum 94/push docker on release (#69) * scrum-94: update docker tag on release * scrum-94: update docker tag on release * Update docs (#71) (#72) * feat: basic serve command * update docs * update docs * update docs * chore: update readme * chore: update readme * chore: update readme Co-authored-by: Ahmed <[email protected]> * feat: add quickstart example * chore: pip to uv * chore: update readme for quickstart --------- Co-authored-by: Freezaa9 <[email protected]> --------- Co-authored-by: Ahmed <[email protected]> * feat: organise cli + serve from config file * misc: rewrite serve cli * chore: docstring for cli * misc: update engine test on pypi * msic: generate dockerfile wip * feat: package cli into engine * fix: correct cli package path * fix: add __init__.py to make cli a package * fix: add __init__.py to groups packages * fix: copy cli into engine src for proper packaging * fix: update imports to use full package paths * fix: dockerfile generation * fix: convert pyproject to LF and add path.resolve() in CLI * fix: remove force-include from build config * fix: bundle CLI with engine package * fix: resolve graph path and update dockerfile versions * feat: quickstart and docker generation with ocmpose * minor fix, add sqlachemy dependencies in engine for phoenix-local * python 3.12 for engine, example agent in python 3.12 for phoenix-local compatibility * engine and schema compatible with python 3.12 * fix: update author information in pyproject.toml * chore: remove unused ref configuration in GitHub Actions workflow * chore: update dev version timestamp format in GitHub Actions workflows and Dockerfile * chore: standardize dev version timestamp format in GitHub Actions workflows * chore: change default endpoint in PhoenixLocalHandler * chore: update docker-compose for Phoenix local support and bump arize-phoenix version * chore: update arize-phoenix and related packages to latest versions, add jmespath dependency * remove: test lib 3.12 and phoenix local * chore: update GitHub Actions workflows to use consistent timestamp format for dev version * chore: update Python version in Dockerfile to 3.13 and adjust arize-phoenix dependency version in pyproject.toml * chore: downgrade arize-phoenix to version 11.38.0, remove jmespath dependency, and update related package versions in Dockerfile --------- Co-authored-by: Freezaa9 <[email protected]> * Update version numbers to 0.2.2 for idun-agent-engine and idun-agent-schema; adjust Dockerfiles to install the new versions. * Refactor docker-compose configuration: removed redundant agent service and updated network name. Adjusted Dockerfile commands to use 'add' instead of 'install' for package installation. * Update version numbers for idun-agent-engine, idun-agent-manager, and idun-agent-schema to 0.2.2; adjust dependencies accordingly in uv.lock. * Remove agent service from production Docker Compose configuration to streamline deployment. * Update production Docker Compose configuration to correct network name for agent service. * RUN uv pip install idun-agent-schema==0.2.2 --------- Co-authored-by: Ahmed <[email protected]> Co-authored-by: Wizard <[email protected]> * fix: quikcstart from manager --------- Co-authored-by: Geoffrey HARRAZI <[email protected]> Co-authored-by: Wizard <[email protected]> * improve docker for web * add copilotkip ag-ui endpoint for langgraph (#95) --------- Co-authored-by: Ahmed <[email protected]> Co-authored-by: Wizard <[email protected]>
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
Bumps [google-adk](https://github.com/google/adk-python) from 1.10.0 to 1.17.0. - [Release notes](https://github.com/google/adk-python/releases) - [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md) - [Commits](google/adk-python@v1.10.0...v1.17.0) --- updated-dependencies: - dependency-name: google-adk dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
3f5d7b7 to
c7be9d5
Compare
Bumps google-adk from 1.10.0 to 1.17.0.
Release notes
Sourced from google-adk's releases.
... (truncated)
Changelog
Sourced from google-adk's changelog.
... (truncated)
Commits
c6cf11cchore:Rename conformancecreatecommand torecord2724819chore: update adk web, fixing cursor color, and thought bubble2f4f561fix:Remove unnecessary Aclosing4df9263fix: Returns dict as result from McpToold4dc645chore: Fixes MCPToolset --> McpToolset in various places7d5c6b9fix: Fixes the identity prompt to be one line and add ending period after des...aab2504chore: update adk web391628ffeat: Add a service registry to provide a generic way to register custom serv...409df13feat: Granular Per Agent Speech Configuration2a901d1chore: Raise AlreadyExistsError when trying to create a resource with same IDYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)