<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>mpx.http</title><link>https://mpapadopoullos.github.io/</link><description>Recent content on mpx.http</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 30 Mar 2026 12:11:53 +0200</lastBuildDate><atom:link href="https://mpapadopoullos.github.io/index.xml" rel="self" type="application/rss+xml"/><item><title>Multi Agent System Crew</title><link>https://mpapadopoullos.github.io/posts/multi-agent-system-crew/</link><pubDate>Mon, 30 Mar 2026 12:11:53 +0200</pubDate><guid>https://mpapadopoullos.github.io/posts/multi-agent-system-crew/</guid><description>CrewAI $ uv tool install crewai --upgrade Available providers:
openai anthropic gemini nvidia_nim groq huggingface ollama watson bedrock azure cerebras sambanova I will use gemini provider:
$ uv add &amp;#34;crewai[google-genai]&amp;#34; File: .env
MODEL=gemini/gemini-2.5-flash GEMINI_API_KEY=AIz... Get the API key here: https://aistudio.google.com/api-keys
Crew Docs: https://docs.crewai.com/en/concepts/crews
A crew in crewAI represents a collaborative group of agents working together to achieve a set of tasks. Each crew defines the strategy for task execution, agent collaboration, and the overall workflow.</description></item><item><title>Renovate in Gitlab</title><link>https://mpapadopoullos.github.io/posts/renovate/</link><pubDate>Fri, 27 Mar 2026 15:14:43 +0100</pubDate><guid>https://mpapadopoullos.github.io/posts/renovate/</guid><description>Renovate Bot &amp;hellip;
Gitlab Templates stages: - test - deploy - rotate-token include: - project: &amp;#39;renovate-bot/renovate-runner&amp;#39; file: - &amp;#39;/templates/renovate.gitlab-ci.yml&amp;#39; - &amp;#39;/templates/renovate-config-validator.gitlab-ci.yml&amp;#39; renovate-config-validator: stage: test rules: - if: $CI_PIPELINE_SOURCE == &amp;#34;merge_request_event&amp;#34; Token Rotation After each run, the Renovate token is being rotated.
The following tokens are required:
TOKEN_WITH_MAINTAINER_PERMISSIONS RENOVATE_TOKEN NAME SCOPES ROLES CONTEXT DESCRIPTION RENOVATE_TOKEN api, self_rotate, read_registry DEVELOPER group token Access repositories, create MR, etc TOKEN_WITH_MAINTAINER_PERMISSIONS api, self_rotate MAINTAINER project token Update tokens rotate-token: image: alpine/curl:8.</description></item><item><title>TradingAgents Analysis</title><link>https://mpapadopoullos.github.io/posts/trading_agents/</link><pubDate>Thu, 26 Mar 2026 15:20:20 +0100</pubDate><guid>https://mpapadopoullos.github.io/posts/trading_agents/</guid><description>TradingAgents This post will analyze the TradingAgents research paper and its associated code. TradingAgents leverages a multi-agent framework to simulate a professional trading firm with distinct roles.
The system is built using Python and the LangGraph library to orchestrate the interactions between agents in a structured workflow.
LangChain and LangGraph LangChain and LangGraph are Python frameworks for building applications powered by LLMs. LangGraph is an orchestration engine for complex, stateful agent workflows.</description></item><item><title>About Me</title><link>https://mpapadopoullos.github.io/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mpapadopoullos.github.io/about/</guid><description>Hello there!</description></item></channel></rss>