Filter
Exclude
Time range
-
Near
The #implementationphase does not introduce additional tasks alongside the ordinary life of communities; rather, it orients and renews that life from within. 📄 Have you revisited the #FinalDocument and the #Pathways ? Find these resources here: synod.va/en.html #synod
3
6
13
746
#Synodality Tuesdays - Calling all French-speaking African youth to join the journey The Dakar School of Synodality invites all French-speaking African young people to a Zoom meeting dedicated to the reception of the #FinalDocument for #Young People. us06web.zoom.us/j/8507060585…
5
12
691
Yesterday, after her visit to #PopeLeoXIV, Archbishop of Canterbury Sarah Mullally attended an ecumenical prayer at Sant’Ignazio in Rome. Sr. Nathalie Becquart met her at the British Embassy, where she presented the #FinalDocument of the XVI Synod Assembly to the Archbishop.
18
10
35
12,684
Bishop José Antonio Satué of Malaga reminds us: #synodality isn’t new or temporary it’s who we are as Church.He invites us to embrace the #FinalDocument and study it together on diocesismalaga.es.Stay tuned for 🗓Formation Day: April 11. Diocesan Assembly:June 20 and more
10
4
18
1,422
📍 January #SynodMeetings: Mons. Luis Marín de San Martín will share the #FinalDocument in Toledo (30–31 Jan), Mid Jan he also addressed the Diocese of Huesca, and he held a conference in a panel discussion with the 12 presidents of Caritas in Latin America and the Caribbean.
1
6
427
28 Oct 2025
#synodsecretariat & #amazonía ☘ This morning, Cardinal Mario Grech, Secretary General of the General Secretariat of the #Synod, met with the Presidency of CEAMA (Ecclesial Conference of the Amazon). They also shared on their ongoing implementation plans of the #FinalDocument
4
5
22
1,362
25 Sep 2025
#Ustogether Want to deepen some of the relevant themes of the @16synodassembly #FinalDocument and be formed in #synodality? We got you! 💭Interested? Visit Our page to know more: synodresources.org/together-… or the official website: together.celam.org
2
9
17
1,063
17 Sep 2025
🇮🇳 #synodalityinaction #india Over 100 participants from across India gathered at Jnana Deepa, Pune (Aug 30–31) to reflect on the #FinalDocument of the #SynodonSynodality (2023–2024). Read More: ucanews.com/news/synodality-… #synod #synodality #synodalityinindia
9
661
4 Aug 2025
#Intention: By placing itself «in line with the indications of the #FinalDocument, the aim is to concretely realise the perspective of the #exchangeofgifts between #Churches and within the whole #Church (cf. FD, nos. 120-121) » Pathways are here✨: synod.va/en/the-synodal-proc…
4
9
695
24 Jul 2025
The #FinalDocument of the @16synodassembly stresses that “A #synodalChurch commits itself to walk this path alongside the believers of other religions and people of other beliefs wherever it lives. To know about the book below: edizionisantacroce.it/catalo… #synodality
2
3
9
643
10 Jul 2025
#exploringthepathways ✨ Unlocking the #FinalDocument Journeying together with the #FinalDocument ✨ It's not a checklist, it's a living compass. 🔗 synodresources.org/implement… Let’s listen, pray, and act as a Church open to mission, dialogue, and renewal. #implementationphase
1
3
10
657
7 Jul 2025
#Pathways Released ! As we continue to #walktogether as the #PeopleofGod, united in #mission and #dialogue, we launch the official #Pathways — a #guide inspired by and for the #FinalDocument of the @16SynodAssembly |👉Find the #Pathways here: synod.va/ #synodality
18
27
55
45,691
26 Jun 2025
#PopeLeoXIV @pontifex graced the @synod.va General Secretariat of the Synod this afternoon, meeting with the Synod team and the members of the 16th Ordinary Council of the Synod. #Synod #WalkingTogether #ListeningChurch #FinalDocument #GeneralSecretariat #synodonsynodality
11
21
108
22,894
4 Jun 2025
Gathered to discuss the implementation of the #FINALDOCUMENT of the @16SynodAssembly, the team in Dakar, Senegal highlighted and discussed key aspects of becoming a more #SynodalChurch, particularly the role of communication & the place of #women in #synodaljourney. #synodality
1
4
12
857
3 Jun 2025
#synodevents Around 80 participants from all over #Senegal gathered in #Dakar to discuss the implementation of the #FINALDOCUMENT of the @16SynodAssembly . Representatives of the Church in Togo, Benin, Guinea-Bissau and Ivory Coast joined too. #synodaljourney #synodonsynodality
1
2
9
771
31 May 2025
#synodevent The #schoolofsynodality is celebrating its first international Seminar on the implementation of the #FINALDOCUMENT of The 16th Ordinary General Assembly of the Synod of Bishops. The meeting in #french will be live streamed through Zoom - us06web.zoom.us/j/8346396127…
1
4
11
2,485
26 May 2025
#Synodresources Presenting the #Summary and #ReadingGuide of the #FinalDocument, The Continuing Pastoral Formation Team of the Diocese of Quebec has developed a series of resources for living #synodality at the community level. Check out the e-book: synodresources.org/resource_…
4
9
866
10 Apr 2025
#SynodTeam Arquidiocese de Passo Fundo (#Brazil) have crafted a plan to foster dialogue and connection within the #Synod’s implementation phase...maintaining ties with priests and parish personnel, and promote formation sessions on the #FINALDOCUMENT. 🛜arquidiocesedepassofundo.com…
10
6
20
1,023
7 Apr 2025
Together with a small group of synod participants, #BrotherAlois from @taize has undertaken to write this short #Vademecum with the hope - as he says - that it will encourage people to read and implement the #FinalDocument. Now in Eng & Spanish. 👉Link: tinyurl.com/37phsyab
9
18
1,340
Mastraエージェント開発で役立ちそうなYAML出来たので共有します(実験用) ✂︎-------------- # 事前準備 access mastraDocs # ディレクトリ構成 src/ mastra/ workflows/ index.ts agents/ index.ts name: "Deep Research Agent ワークフロー" description: "ユーザークエリから深い調査を行うワークフロー" steps: - id: "userQuery" inputSchema: query: string outputSchema: analyzedQuery: string execute: async ({ context }) => { # ユーザーからの質問受け取り処理 return { analyzedQuery: context.query }; } - id: "activateAgent" inputSchema: analyzedQuery: string outputSchema: activatedAgent: object execute: async ({ context }) => { # Deep Research Agentの起動処理 return { activatedAgent: { id: "deep-research", status: "active" } }; } - id: "planning" inputSchema: analyzedQuery: string activatedAgent: object outputSchema: researchPlan: object execute: async ({ context }) => { # 調査計画の立案 return { researchPlan: { steps: [], priorities: [] } }; } - id: "initialQueryCreation" inputSchema: researchPlan: object outputSchema: searchQueries: string[] execute: async ({ context }) => { # 初期検索クエリの生成 return { searchQueries: [] }; } - id: "webSearch" inputSchema: searchQueries: string[] outputSchema: searchResults: object[] execute: async ({ context }) => { # Web検索の実行 return { searchResults: [] }; } - id: "searchResultAnalysis" inputSchema: searchResults: object[] outputSchema: analyzedResults: object execute: async ({ context }) => { # 検索結果の分析 return { analyzedResults: {} }; } - id: "infoOrganization" inputSchema: analyzedResults: object outputSchema: organizedInfo: object execute: async ({ context }) => { # 情報整理 return { organizedInfo: {} }; } - id: "gapResolutionTool" inputSchema: organizedInfo: object outputSchema: gapAnalysis: object execute: async ({ context }) => { # 情報ギャップの分析と解決ツール実行 return { gapAnalysis: { hasGaps: false } }; } - id: "infoSufficiencyCheck" inputSchema: gapAnalysis: object outputSchema: isSufficient: boolean execute: async ({ context }) => { # 情報の十分性チェック return { isSufficient: context.gapAnalysis.hasGaps ? false : true }; } - id: "additionalQueryTool" inputSchema: gapAnalysis: object outputSchema: additionalQueries: string[] execute: async ({ context }) => { # 追加クエリの生成 return { additionalQueries: [] }; } - id: "additionalWebSearch" inputSchema: additionalQueries: string[] outputSchema: additionalResults: object[] execute: async ({ context }) => { # 追加Web検索の実行 return { additionalResults: [] }; } - id: "resultAnalysisOrganization" inputSchema: additionalResults: object[] organizedInfo: object outputSchema: updatedInfo: object iterationCount: number execute: async ({ context }) => { # 結果の分析と整理、繰り返し回数の追跡 return { updatedInfo: {}, iterationCount: 1 }; } - id: "maxIterationCheck" inputSchema: iterationCount: number outputSchema: canContinue: boolean execute: async ({ context }) => { # 最大繰り返し回数のチェック const MAX_ITERATIONS = 3; return { canContinue: context.iterationCount < MAX_ITERATIONS }; } - id: "documentIntegration" inputSchema: organizedInfo: object outputSchema: integratedDocument: object execute: async ({ context }) => { # 文書の統合 return { integratedDocument: {} }; } - id: "finalDocumentCreation" inputSchema: integratedDocument: object outputSchema: finalDocument: object execute: async ({ context }) => { # 最終文書の生成 return { finalDocument: {} }; } - id: "userResponse" inputSchema: finalDocument: object outputSchema: response: string execute: async ({ context }) => { # ユーザーへの応答作成 return { response: "" }; } workflow: step: "userQuery" then: "activateAgent" then: "planning" then: "initialQueryCreation" then: "webSearch" then: "searchResultAnalysis" then: "infoOrganization" then: "gapResolutionTool" then: "infoSufficiencyCheck" after: "infoSufficiencyCheck" step: "additionalQueryTool" when: "context.isSufficient === false" then: "additionalWebSearch" then: "resultAnalysisOrganization" then: "maxIterationCheck" after: "maxIterationCheck" step: "gapResolutionTool" when: "context.canContinue === true" after: "infoSufficiencyCheck" step: "documentIntegration" when: "context.isSufficient === true" then: "finalDocumentCreation" then: "userResponse" after: "maxIterationCheck" step: "documentIntegration" when: "context.canContinue === false" ----------------
6
112
7,532