Skip to content

Instantly share code, notes, and snippets.

View didier-durand's full-sized avatar

Didier Durand didier-durand

View GitHub Profile
@didier-durand
didier-durand / strands-repo-analysis-by-Strands-Agents.md
Created June 30, 2025 06:07
Analysis of Strands Agents public repository by Strands Agents running on laptop

Based on the information I've gathered, here's an analysis of the strands-agents/sdk-python repository:

Analysis of strands-agents/sdk-python Repository

Purpose of the Repository

The strands-agents/sdk-python repository is a Python SDK (Software Development Kit) for building AI agents using the Strands framework. Strands appears to be a framework designed for creating, deploying, and connecting AI agents that can interact with various tools and APIs.

Key Technical Components

@didier-durand
didier-durand / mcp-sse-trafic-Strands-Agent-Atlassian-MCP-server.txt
Created June 25, 2025 03:34
MCP SSE trafic between Strands Agent and official Atlassian server for analysis of overdue Jira tickets
Request event hook: GET - url: https://mcp.atlassian.com/v1/sse - content: b'' - headers: Headers({'host': 'mcp.atlassian.com', 'accept-encoding': 'gzip, deflate', 'connection': 'keep-alive', 'user-agent': 'python-httpx/0.28.1', 'authorization': '[secure]', 'accept': 'text/event-stream', 'cache-control': 'no-store'}) - Waiting for response
Response event hook: GET https://mcp.atlassian.com/v1/sse - Status: 200
response chunk 1: b'event: endpoint\ndata: /v1/sse/message?sessionId=a92c511ff7e43700ffd49dd0138e8cf7e903c13ed1cd2f84e5b69ac3a020fece\n\n'
Request event hook: POST - url: https://mcp.atlassian.com/v1/sse/message?sessionId=a92c511ff7e43700ffd49dd0138e8cf7e903c13ed1cd2f84e5b69ac3a020fece - content: b'{"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp","version":"0.1.0"}},"jsonrpc":"2.0","id":0}' - headers: Headers({'host': 'mcp.atlassian.com', 'accept': '*/*', 'accept-encoding': 'gzip, deflate', 'connection': 'keep-alive', 'user-agent': 'python-ht
@didier-durand
didier-durand / github-mcp-tools.json
Last active June 23, 2025 05:22
List of all 51 MCP tools available (as of June 23 2025) on GitHub official Remote MCP (via streamable http) server at https://api.githubcopilot.com/mcp/
[
{
"inputSchema": {
"json": {
"properties": {
"body": {
"description": "Comment content",
"type": "string"
},
"issue_number": {
@didier-durand
didier-durand / atlassian-jira-confluence-mcp-tools.json
Last active June 23, 2025 05:21
LIst of all 25 MCP tools available (as of June 23 2025) for Jira and Confluence on Atlassian's official Remote MCP (SSE) server at https://mcp.atlassian.com/v1/sse
[
{
"inputSchema": {
"json": {
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
},
@didier-durand
didier-durand / claude_sonnet_v4_weather_forecast.svg
Created June 17, 2025 04:47
Weather forecast chart generated in SVG format by Anthropic's Claude Sonnet v4
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
cheduler hit an exception: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/sglang/srt/managers/scheduler.py", line 1748, in run_scheduler_process
scheduler = Scheduler(server_args, port_args, gpu_id, tp_rank, dp_rank)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/sglang/srt/managers/scheduler.py", line 218, in __init__
self.tp_worker = TpWorkerClass(
^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/sglang/srt/managers/tp_worker_overlap_thread.py", line 63, in __init__
self.worker = TpModelWorker(server_args, gpu_id, tp_rank, dp_rank, nccl_port)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@didier-durand
didier-durand / aws-m2-math-mf-carddemo.yaml
Created October 4, 2024 06:57
CloudFormation template for CardDemo running in AWS Mainframe Modernization
---
AWSTemplateFormatVersion: '2010-09-09'
Description: >
stack template for AWS card demo application with Microfocus.
This application is open sourced at https://github.com/aws-samples/aws-mainframe-modernization-carddemo
**WARNING** This template creates various AWS resources.
You will be billed for the AWS resources used if you create a stack from this template.
@didier-durand
didier-durand / claude-v3-haiku-answer
Last active May 30, 2024 11:59
claude-haiku-answer-bedrock-kb
{
"schemaType": "ModelInvocationLog",
"schemaVersion": "1.0",
"timestamp": "2024-05-30T06:22:26Z",
"accountId": "<account-id>",
"identity": {
"arn": "<identity-arn>"
},
"region": "us-west-2",
"requestId": "ba5a0f87-51b0-49c2-a410-51506f2a7faf",
@didier-durand
didier-durand / cohere-v3-english-embedding.json
Last active June 4, 2025 13:13
Embedding request / reponse by Cohere v3 English on user prompt "What is django?"
{
"schemaType": "ModelInvocationLog",
"schemaVersion": "1.0",
"timestamp": "2024-05-30T06:22:26Z",
"accountId": "<account-id>",
"identity": {
"arn": "<identity-arn>"
},
"region": "us-west-2",
"requestId": "de4843a4-8b97-46a9-b005-878dfdf0a123",
@didier-durand
didier-durand / gist:5b4049c6a3910ebd4fb1fd57fb3c077b
Created November 16, 2020 05:28
Initial install of MicroK8s on Groovy Gorilla
Related to Reddit post : https://www.reddit.com/r/kubernetes/comments/ju90m6/microk8s_and_rbac/
Hi there,
I did a trial on a fresh Ubuntu 20.10 : never tried Groovy Gorilla before.
Everything looks fine : see below. All pods up & runnning after doing what you describe.
ddurand@base-instance:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.10