llama-agent

INFO:llama_agents.message_queues.simple - Consumer AgentService-7c0dd6d0-e6ce-4654-950d-28e138718a79: secret_fact_agent has been registered.
INFO:llama_agents.message_queues.simple - Consumer HumanService-58e1cd89-252a-43b5-8ac4-84084c076103: default_human_service has been registered.
INFO:llama_agents.message_queues.simple - Consumer 55ebeb23-61e4-411e-b5e8-35fe37b20b58: human has been registered.
INFO:llama_agents.message_queues.simple - Consumer ControlPlaneServer-729832d3-ae55-4cc1-8a49-96df9799f1b8: control_plane has been registered.
INFO:llama_agents.services.agent - secret_fact_agent launch_local
INFO:llama_agents.services.human - default_human_service launch_local
INFO:llama_agents.message_queues.base - Publishing message to 'control_plane' with action 'ActionTypes.NEW_TASK'
DEBUG:llama_agents.message_queues.base - Message: {'id_': '37f53f85-4dae-4b0d-af07-b82d0d11aa17', 'publisher_id': 'LocalLauncher-6b160236-ba03-494b-8803-45b95f220cd8', 'data': {'input': 'What is 5 + 5?', 'task_id': 'e8285c58-5c21-4954-b5e9-f72e4f93180d', 'state': {}, 'agent_id': None}, 'action': <ActionTypes.NEW_TASK: 'new_task'>, 'stats': {'publish_time': None, 'process_start_time': None, 'process_end_time': None}, 'type': 'control_plane'}
INFO:llama_agents.message_queues.simple - Launching message queue locally
DEBUG:llama_agents.orchestrators.agent - Agent input: What is 5 + 5?
DEBUG:llama_agents.orchestrators.agent - Agent response sources: [ToolOutput(content='5 + 5', tool_name='default_human_service', raw_input={'input': '5 + 5'}, raw_output='5 + 5', is_error=False)]
DEBUG:llama_agents.control_plane.server - Sending task e8285c58-5c21-4954-b5e9-f72e4f93180d to services: [QueueMessage(id_='f7810df7-438f-45bc-8ffc-beadbc168a88', publisher_id='default', data={'input': '5 + 5', 'task_id': 'e8285c58-5c21-4954-b5e9-f72e4f93180d', 'state': {}, 'agent_id': None}, action=<ActionTypes.NEW_TASK: 'new_task'>, stats=QueueMessageStats(publish_time=None, process_start_time=None, process_end_time=None), type='default_human_service')]
INFO:llama_agents.message_queues.base - Publishing message to 'default_human_service' with action 'ActionTypes.NEW_TASK'
DEBUG:llama_agents.message_queues.base - Message: {'id_': 'f7810df7-438f-45bc-8ffc-beadbc168a88', 'publisher_id': 'ControlPlaneServer-729832d3-ae55-4cc1-8a49-96df9799f1b8', 'data': {'input': '5 + 5', 'task_id': 'e8285c58-5c21-4954-b5e9-f72e4f93180d', 'state': {}, 'agent_id': None}, 'action': <ActionTypes.NEW_TASK: 'new_task'>, 'stats': {'publish_time': None, 'process_start_time': None, 'process_end_time': None}, 'type': 'default_human_service'}
DEBUG:llama_agents.control_plane.server - Task e8285c58-5c21-4954-b5e9-f72e4f93180d created
INFO:llama_agents.message_queues.simple - Successfully published message 'control_plane' to consumer.
INFO:llama_agents.message_queues.simple - Successfully published message 'default_human_service' to consumer.
INFO:llama_agents.services.human - Processing request for human help for task: e8285c58-5c21-4954-b5e9-f72e4f93180d
Your assistance is needed. Please respond to the request provided below:
===

5 + 5

===
10
INFO:llama_agents.message_queues.base - Publishing message to 'control_plane' with action 'ActionTypes.COMPLETED_TASK'
DEBUG:llama_agents.message_queues.base - Message: {'id_': '794d7cc0-7cc7-408c-962f-a13b2acc56bf', 'publisher_id': 'HumanService-58e1cd89-252a-43b5-8ac4-84084c076103', 'data': {'task_id': 'e8285c58-5c21-4954-b5e9-f72e4f93180d', 'history': [{'role': <MessageRole.ASSISTANT: 'assistant'>, 'content': 'Your assistance is needed. Please respond to the request provided below:\n===\n\n5 + 5\n\n===\n', 'additional_kwargs': {}}, {'role': <MessageRole.USER: 'user'>, 'content': '10', 'additional_kwargs': {}}], 'result': '10', 'data': {}}, 'action': <ActionTypes.COMPLETED_TASK: 'completed_task'>, 'stats': {'publish_time': None, 'process_start_time': None, 'process_end_time': None}, 'type': 'control_plane'}
DEBUG:llama_agents.orchestrators.agent - Agent input: [ChatMessage(role=<MessageRole.USER: 'user'>, content='What is 5 + 5?', additional_kwargs={}), ChatMessage(role=<MessageRole.ASSISTANT: 'assistant'>, content='The answer is 10.', additional_kwargs={}), ChatMessage(role=<MessageRole.USER: 'user'>, content="Pick the next action to take. Invoke the 'finalize' tool with your full final answer if the answer to the original input is in the chat history. As a reminder, the original input was: What is 5 + 5?", additional_kwargs={})]
DEBUG:llama_agents.orchestrators.agent - Agent response sources: [ToolOutput(content='The answer is 10.', tool_name='finalize', raw_input={'input': 'The answer is 10.'}, raw_output='The answer is 10.', is_error=False)]
DEBUG:llama_agents.control_plane.server - Sending task e8285c58-5c21-4954-b5e9-f72e4f93180d to services: [QueueMessage(id_='57497d26-27e2-4b1e-99f4-7b52dba7772e', publisher_id='default', data={'task_id': 'e8285c58-5c21-4954-b5e9-f72e4f93180d', 'history': [{'role': <MessageRole.USER: 'user'>, 'content': 'What is 5 + 5?', 'additional_kwargs': {}}, {'role': <MessageRole.ASSISTANT: 'assistant'>, 'content': 'The answer is 10.', 'additional_kwargs': {}}, {'role': <MessageRole.USER: 'user'>, 'content': "Pick the next action to take. Invoke the 'finalize' tool with your full final answer if the answer to the original input is in the chat history. As a reminder, the original input was: What is 5 + 5?", 'additional_kwargs': {}}], 'result': 'The answer is 10.', 'data': {}}, action=<ActionTypes.COMPLETED_TASK: 'completed_task'>, stats=QueueMessageStats(publish_time=None, process_start_time=None, process_end_time=None), type='human')]
INFO:llama_agents.message_queues.base - Publishing message to 'human' with action 'ActionTypes.COMPLETED_TASK'
DEBUG:llama_agents.message_queues.base - Message: {'id_': '57497d26-27e2-4b1e-99f4-7b52dba7772e', 'publisher_id': 'ControlPlaneServer-729832d3-ae55-4cc1-8a49-96df9799f1b8', 'data': {'task_id': 'e8285c58-5c21-4954-b5e9-f72e4f93180d', 'history': [{'role': <MessageRole.USER: 'user'>, 'content': 'What is 5 + 5?', 'additional_kwargs': {}}, {'role': <MessageRole.ASSISTANT: 'assistant'>, 'content': 'The answer is 10.', 'additional_kwargs': {}}, {'role': <MessageRole.USER: 'user'>, 'content': "Pick the next action to take. Invoke the 'finalize' tool with your full final answer if the answer to the original input is in the chat history. As a reminder, the original input was: What is 5 + 5?", 'additional_kwargs': {}}], 'result': 'The answer is 10.', 'data': {}}, 'action': <ActionTypes.COMPLETED_TASK: 'completed_task'>, 'stats': {'publish_time': None, 'process_start_time': None, 'process_end_time': None}, 'type': 'human'}
INFO:llama_agents.message_queues.simple - Successfully published message 'control_plane' to consumer.
INFO:llama_agents.message_queues.simple - Successfully published message 'human' to consumer.

image

image

image

image

  • 人工智能

    人工智能(Artificial Intelligence)是研究、开发用于模拟、延伸和扩展人的智能的理论、方法、技术及应用系统的一门技术科学。

    135 引用 • 190 回帖

相关帖子

回帖

欢迎来到这里!

我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。

注册 关于
请输入回帖内容 ...

推荐标签 标签

  • 周末

    星期六到星期天晚,实行五天工作制后,指每周的最后两天。再过几年可能就是三天了。

    14 引用 • 297 回帖
  • 新人

    让我们欢迎这对新人。哦,不好意思说错了,让我们欢迎这位新人!
    新手上路,请谨慎驾驶!

    52 引用 • 228 回帖
  • Telegram

    Telegram 是一个非盈利性、基于云端的即时消息服务。它提供了支持各大操作系统平台的开源的客户端,也提供了很多强大的 APIs 给开发者创建自己的客户端和机器人。

    5 引用 • 35 回帖
  • 国际化

    i18n(其来源是英文单词 internationalization 的首末字符 i 和 n,18 为中间的字符数)是“国际化”的简称。对程序来说,国际化是指在不修改代码的情况下,能根据不同语言及地区显示相应的界面。

    8 引用 • 26 回帖 • 1 关注
  • Windows

    Microsoft Windows 是美国微软公司研发的一套操作系统,它问世于 1985 年,起初仅仅是 Microsoft-DOS 模拟环境,后续的系统版本由于微软不断的更新升级,不但易用,也慢慢的成为家家户户人们最喜爱的操作系统。

    223 引用 • 474 回帖
  • Spring

    Spring 是一个开源框架,是于 2003 年兴起的一个轻量级的 Java 开发框架,由 Rod Johnson 在其著作《Expert One-On-One J2EE Development and Design》中阐述的部分理念和原型衍生而来。它是为了解决企业应用开发的复杂性而创建的。框架的主要优势之一就是其分层架构,分层架构允许使用者选择使用哪一个组件,同时为 JavaEE 应用程序开发提供集成的框架。

    943 引用 • 1460 回帖 • 3 关注
  • 职场

    找到自己的位置,萌新烦恼少。

    127 引用 • 1706 回帖
  • Hexo

    Hexo 是一款快速、简洁且高效的博客框架,使用 Node.js 编写。

    21 引用 • 140 回帖 • 3 关注
  • SSL

    SSL(Secure Sockets Layer 安全套接层),及其继任者传输层安全(Transport Layer Security,TLS)是为网络通信提供安全及数据完整性的一种安全协议。TLS 与 SSL 在传输层对网络连接进行加密。

    70 引用 • 193 回帖 • 418 关注
  • VirtualBox

    VirtualBox 是一款开源虚拟机软件,最早由德国 Innotek 公司开发,由 Sun Microsystems 公司出品的软件,使用 Qt 编写,在 Sun 被 Oracle 收购后正式更名成 Oracle VM VirtualBox。

    10 引用 • 2 回帖
  • Android

    Android 是一种以 Linux 为基础的开放源码操作系统,主要使用于便携设备。2005 年由 Google 收购注资,并拉拢多家制造商组成开放手机联盟开发改良,逐渐扩展到到平板电脑及其他领域上。

    334 引用 • 323 回帖 • 3 关注
  • 禅道

    禅道是一款国产的开源项目管理软件,她的核心管理思想基于敏捷方法 scrum,内置了产品管理和项目管理,同时又根据国内研发现状补充了测试管理、计划管理、发布管理、文档管理、事务管理等功能,在一个软件中就可以将软件研发中的需求、任务、bug、用例、计划、发布等要素有序的跟踪管理起来,完整地覆盖了项目管理的核心流程。

    5 引用 • 15 回帖 • 102 关注
  • 酷鸟浏览器

    安全 · 稳定 · 快速
    为跨境从业人员提供专业的跨境浏览器

    3 引用 • 59 回帖 • 26 关注
  • JSON

    JSON (JavaScript Object Notation)是一种轻量级的数据交换格式。易于人类阅读和编写。同时也易于机器解析和生成。

    52 引用 • 190 回帖 • 1 关注
  • Dubbo

    Dubbo 是一个分布式服务框架,致力于提供高性能和透明化的 RPC 远程服务调用方案,是 [阿里巴巴] SOA 服务化治理方案的核心框架,每天为 2,000+ 个服务提供 3,000,000,000+ 次访问量支持,并被广泛应用于阿里巴巴集团的各成员站点。

    60 引用 • 82 回帖 • 604 关注
  • abitmean

    有点意思就行了

    27 关注
  • 服务器

    服务器,也称伺服器,是提供计算服务的设备。由于服务器需要响应服务请求,并进行处理,因此一般来说服务器应具备承担服务并且保障服务的能力。

    125 引用 • 588 回帖
  • Mobi.css

    Mobi.css is a lightweight, flexible CSS framework that focus on mobile.

    1 引用 • 6 回帖 • 745 关注
  • Vue.js

    Vue.js(读音 /vju ː/,类似于 view)是一个构建数据驱动的 Web 界面库。Vue.js 的目标是通过尽可能简单的 API 实现响应的数据绑定和组合的视图组件。

    265 引用 • 666 回帖 • 1 关注
  • 持续集成

    持续集成(Continuous Integration)是一种软件开发实践,即团队开发成员经常集成他们的工作,通过每个成员每天至少集成一次,也就意味着每天可能会发生多次集成。每次集成都通过自动化的构建(包括编译,发布,自动化测试)来验证,从而尽早地发现集成错误。

    15 引用 • 7 回帖
  • API

    应用程序编程接口(Application Programming Interface)是一些预先定义的函数,目的是提供应用程序与开发人员基于某软件或硬件得以访问一组例程的能力,而又无需访问源码,或理解内部工作机制的细节。

    77 引用 • 430 回帖 • 1 关注
  • Swift

    Swift 是苹果于 2014 年 WWDC(苹果开发者大会)发布的开发语言,可与 Objective-C 共同运行于 Mac OS 和 iOS 平台,用于搭建基于苹果平台的应用程序。

    36 引用 • 37 回帖 • 535 关注
  • CodeMirror
    1 引用 • 2 回帖 • 129 关注
  • Docker

    Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的操作系统上。容器完全使用沙箱机制,几乎没有性能开销,可以很容易地在机器和数据中心中运行。

    492 引用 • 926 回帖
  • etcd

    etcd 是一个分布式、高可用的 key-value 数据存储,专门用于在分布式系统中保存关键数据。

    5 引用 • 26 回帖 • 528 关注
  • IDEA

    IDEA 全称 IntelliJ IDEA,是一款 Java 语言开发的集成环境,在业界被公认为最好的 Java 开发工具之一。IDEA 是 JetBrains 公司的产品,这家公司总部位于捷克共和国的首都布拉格,开发人员以严谨著称的东欧程序员为主。

    181 引用 • 400 回帖
  • B3log

    B3log 是一个开源组织,名字来源于“Bulletin Board Blog”缩写,目标是将独立博客与论坛结合,形成一种新的网络社区体验,详细请看 B3log 构思。目前 B3log 已经开源了多款产品:SymSoloVditor思源笔记

    1063 引用 • 3454 回帖 • 189 关注