This is an automated email from the ASF dual-hosted git repository.

chenliang613 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git


The following commit(s) were added to refs/heads/master by this push:
     new 24a001ece9 Update Agent_Demo.python (#4384)
24a001ece9 is described below

commit 24a001ece99cbb6197c70764513fe683e3d9d776
Author: Bayarea0608 <[email protected]>
AuthorDate: Mon Feb 16 08:07:33 2026 +0800

    Update Agent_Demo.python (#4384)
---
 Agent_module/Agent_Demo.python | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/Agent_module/Agent_Demo.python b/Agent_module/Agent_Demo.python
index 0cc21649a9..b401860845 100644
--- a/Agent_module/Agent_Demo.python
+++ b/Agent_module/Agent_Demo.python
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 async def demo_single_agents():
     """Demo individual agents"""
     print("=== Single Agent Demo ===\n")
@@ -186,4 +203,4 @@ async def interactive_demo():
 if __name__ == "__main__":
     # Run demos
     asyncio.run(demo_single_agents())
-    asyncio.run(demo_agent_system())
\ No newline at end of file
+    asyncio.run(demo_agent_system())

Reply via email to