Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps google-adk from 1.10.0 to 1.17.0.

Release notes

Sourced from google-adk's releases.

v1.17.0

1.17.0 (2025-10-22)

Features

  • [Core]

    • Add a service registry to provide a generic way to register custom service implementations to be used in FastAPI server. See short instruction here. (391628f)
    • Add the ability to rewind a session to before a previous invocation (9dce06f)
    • Support resuming a parallel agent with multiple branches paused on tool confirmation requests (9939e0b)
    • Support content union as static instruction (cc24d61)
  • [Evals]

    • ADK cli allows developers to create an eval set and add an eval case (ae139bb)
  • [Integrations]

    • Allow custom request and event converters in A2aAgentExecutor (a17f3b2)
  • [Observability]

    • Env variable for disabling llm_request and llm_response in spans (e50f05a)
  • [Services]

    • Allow passing extra kwargs to create_session of VertexAiSessionService (6a5eac0)
    • Implement new methods in in-memory artifact service to support custom metadata, artifact versions, etc. (5a543c0)
    • Add create_time and mime_type to ArtifactVersion (2c7a342)
    • Support returning all sessions when user id is none (141318f)
  • [Tools]

    • Support additional headers for Google API toolset (ed37e34)
    • Introduces a new AgentEngineSandboxCodeExecutor class that supports executing agent-generated code using the Vertex AI Code Execution Sandbox API (ee39a89)
    • Support dynamic per-request headers in MCPToolset (6dcbb5a)
    • Add bypass_multi_tools_limit option to GoogleSearchTool and VertexAiSearchTool (9a6b850, 6da7274)
    • Extend ReflectAndRetryToolPlugin to support hallucinating function calls (f51380f)
    • Add require_confirmation param for MCP tool/toolset (78e74b5)
  • [UI]

    • Granular per agent speech configuration (409df13)

Bug Fixes

  • Returns dict as result from McpTool to comply with BaseTool expectations (4df9263)
  • Fixes the identity prompt to be one line (7d5c6b9)
  • Fix the broken langchain importing caused their 1.0.0 release (c850da3)
  • Fix BuiltInCodeExecutor to support visualizations (ce3418a)
  • Relax runner app-name enforcement and improve agent origin inference (dc4975d)
  • Improve error message when adk web is run in wrong directory (4a842c5)
  • Handle App objects in eval and graph endpoints (0b73a69)
  • Exclude additionalProperties from Gemini schemas (307896a)
  • Overall eval status should be NOT_EVALUATED if no invocations were evaluated (9fbed0b)
  • Create context cache only when prefix matches with previous request (9e0b1fb)

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.17.0 (2025-10-22)

Features

  • [Core]

    • Add a service registry to provide a generic way to register custom service implementations to be used in FastAPI server. See short instruction here. (391628f)
    • Add the ability to rewind a session to before a previous invocation (9dce06f)
    • Support resuming a parallel agent with multiple branches paused on tool confirmation requests (9939e0b)
    • Support content union as static instruction (cc24d61)
  • [Evals]

    • ADK cli allows developers to create an eval set and add an eval case (ae139bb)
  • [Integrations]

    • Allow custom request and event converters in A2aAgentExecutor (a17f3b2)
  • [Observability]

    • Env variable for disabling llm_request and llm_response in spans (e50f05a)
  • [Services]

    • Allow passing extra kwargs to create_session of VertexAiSessionService (6a5eac0)
    • Implement new methods in in-memory artifact service to support custom metadata, artifact versions, etc. (5a543c0)
    • Add create_time and mime_type to ArtifactVersion (2c7a342)
    • Support returning all sessions when user id is none (141318f)
  • [Tools]

    • Support additional headers for Google API toolset (ed37e34)
    • Introduces a new AgentEngineSandboxCodeExecutor class that supports executing agent-generated code using the Vertex AI Code Execution Sandbox API (ee39a89)
    • Support dynamic per-request headers in MCPToolset (6dcbb5a)
    • Add bypass_multi_tools_limit option to GoogleSearchTool and VertexAiSearchTool (9a6b850, 6da7274)
    • Extend ReflectAndRetryToolPlugin to support hallucinating function calls (f51380f)
    • Add require_confirmation param for MCP tool/toolset (78e74b5)
  • [UI]

    • Granular per agent speech configuration (409df13)

Bug Fixes

  • Returns dict as result from McpTool to comply with BaseTool expectations (4df9263)
  • Fixes the identity prompt to be one line (7d5c6b9)
  • Fix the broken langchain importing caused their 1.0.0 release (c850da3)
  • Fix BuiltInCodeExecutor to support visualizations (ce3418a)
  • Relax runner app-name enforcement and improve agent origin inference (dc4975d)
  • Improve error message when adk web is run in wrong directory (4a842c5)
  • Handle App objects in eval and graph endpoints (0b73a69)
  • Exclude additionalProperties from Gemini schemas (307896a)
  • Overall eval status should be NOT_EVALUATED if no invocations were evaluated (9fbed0b)
  • Create context cache only when prefix matches with previous request (9e0b1fb)
  • Handle App instances returned by agent_loader.load_agent (847df16)
  • Add support for file URIs in LiteLLM content conversion (85ed500)

... (truncated)

Commits
  • c6cf11c chore:Rename conformance create command to record
  • 2724819 chore: update adk web, fixing cursor color, and thought bubble
  • 2f4f561 fix:Remove unnecessary Aclosing
  • 4df9263 fix: Returns dict as result from McpTool
  • d4dc645 chore: Fixes MCPToolset --> McpToolset in various places
  • 7d5c6b9 fix: Fixes the identity prompt to be one line and add ending period after des...
  • aab2504 chore: update adk web
  • 391628f feat: Add a service registry to provide a generic way to register custom serv...
  • 409df13 feat: Granular Per Agent Speech Configuration
  • 2a901d1 chore: Raise AlreadyExistsError when trying to create a resource with same ID
  • Additional commits viewable in compare view

Dependabot compatibility score

You 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Oct 27, 2025
@dependabot dependabot bot force-pushed the dependabot/uv/libs/idun_agent_engine/google-adk-1.17.0 branch from 8fdf83d to e847374 Compare November 2, 2025 21:00
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 18, 2025

Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request.

1 similar comment
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 18, 2025

Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/uv/libs/idun_agent_engine/google-adk-1.17.0 branch 2 times, most recently from d1a7878 to 0daf669 Compare November 18, 2025 13:51
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 18, 2025

Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/uv/libs/idun_agent_engine/google-adk-1.17.0 branch from 0daf669 to 3f5d7b7 Compare November 18, 2025 18:50
Freezaa9 and others added 2 commits November 19, 2025 10:26
* 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 @github
Copy link
Author

dependabot bot commented on behalf of github Nov 20, 2025

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]>
@dependabot dependabot bot force-pushed the dependabot/uv/libs/idun_agent_engine/google-adk-1.17.0 branch from 3f5d7b7 to c7be9d5 Compare November 24, 2025 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants