SAP-samples / SAP-samples/codejam-code-based-agents

The python langgraph seems to be a little outdated or wrong

Open
#25 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
54
Forks
36
PR merge metrics
No merged PRs in 30d

Description

07-deploy-agent-to-cfmd

# 4. Send the result back as an artifact await event_queue.enqueue_event( TaskArtifactUpdateEvent( task_id=context.task_id, context_id=context.context_id, artifact=Artifact( artifactId="investigation_result", parts=[TextPart(text=final_text)], name="investigation_result", ), ) )

artifactId should be artifact_id for example. Probably a new version change. There are multiple ones like this in this project.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in 07-deploy-agent-to-cfmd and search the project for the artifactId usage shown in the issue. Compare each occurrence with the current Python API, update outdated identifiers such as artifactId, and verify that all similar examples in the project use the current form.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
ai
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.