Skip to content

Commit 1545d76

Browse files
Adding BP headers.
1 parent d4c2a38 commit 1545d76

20 files changed

Lines changed: 138 additions & 1 deletion

src/smolagents/bp_ad_infinitum.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# BPSA - Beyond Python SmolAgents
2+
# https://github.com/joaopauloschuler/beyond-python-smolagents
3+
#
4+
# Copyright (c) 2024-2026 Joao Paulo Schwarz Schuler and others.
5+
# Refer to the git commit history for individual authorship.
6+
# Licensed under the Apache License, Version 2.0
17

28
#!/usr/bin/env python
39
# coding=utf-8

src/smolagents/bp_cli.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# BPSA - Beyond Python SmolAgents
2+
# https://github.com/joaopauloschuler/beyond-python-smolagents
3+
#
4+
# Copyright (c) 2024-2026 Joao Paulo Schwarz Schuler and others.
5+
# Refer to the git commit history for individual authorship.
6+
# Licensed under the Apache License, Version 2.0
7+
18
#!/usr/bin/env python
29
# coding=utf-8
310

src/smolagents/bp_compression.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# BPSA - Beyond Python SmolAgents
2+
# https://github.com/joaopauloschuler/beyond-python-smolagents
3+
#
4+
# Copyright (c) 2024-2026 Joao Paulo Schwarz Schuler and others.
5+
# Refer to the git commit history for individual authorship.
6+
# Licensed under the Apache License, Version 2.0
7+
18
#!/usr/bin/env python
29
# coding=utf-8
310

src/smolagents/bp_copilot_tools.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# BPSA - Beyond Python SmolAgents
2+
# https://github.com/joaopauloschuler/beyond-python-smolagents
3+
#
4+
# Copyright (c) 2024-2026 Joao Paulo Schwarz Schuler and others.
5+
# Refer to the git commit history for individual authorship.
6+
# Licensed under the Apache License, Version 2.0
7+
18
"""GitHub Copilot SDK tool wrappers for bpsa helpers.
29
310
Wraps bp_tools functions using the Copilot SDK's ``define_tool`` decorator

src/smolagents/bp_diff_cli.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# BPSA - Beyond Python SmolAgents
2+
# https://github.com/joaopauloschuler/beyond-python-smolagents
3+
#
4+
# Copyright (c) 2024-2026 Joao Paulo Schwarz Schuler and others.
5+
# Refer to the git commit history for individual authorship.
6+
# Licensed under the Apache License, Version 2.0
7+
18
"""CLI wrapper for compare_files and compare_folders."""
29

310
import argparse

src/smolagents/bp_executors.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# BPSA - Beyond Python SmolAgents
2+
# https://github.com/joaopauloschuler/beyond-python-smolagents
3+
#
4+
# Copyright (c) 2024-2026 Joao Paulo Schwarz Schuler and others.
5+
# Refer to the git commit history for individual authorship.
6+
# Licensed under the Apache License, Version 2.0
7+
18
from .remote_executors import RemotePythonExecutor
29
from typing import Any
310
from .tools import Tool

src/smolagents/bp_grep_cli.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# BPSA - Beyond Python SmolAgents
2+
# https://github.com/joaopauloschuler/beyond-python-smolagents
3+
#
4+
# Copyright (c) 2024-2026 Joao Paulo Schwarz Schuler and others.
5+
# Refer to the git commit history for individual authorship.
6+
# Licensed under the Apache License, Version 2.0
7+
18
"""CLI wrapper for search_in_files."""
29

310
import argparse

src/smolagents/bp_loc_cli.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# BPSA - Beyond Python SmolAgents
2+
# https://github.com/joaopauloschuler/beyond-python-smolagents
3+
#
4+
# Copyright (c) 2024-2026 Joao Paulo Schwarz Schuler and others.
5+
# Refer to the git commit history for individual authorship.
6+
# Licensed under the Apache License, Version 2.0
7+
18
"""CLI wrapper for count_lines_of_code."""
29

310
import argparse

src/smolagents/bp_pack_cli.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# BPSA - Beyond Python SmolAgents
2+
# https://github.com/joaopauloschuler/beyond-python-smolagents
3+
#
4+
# Copyright (c) 2024-2026 Joao Paulo Schwarz Schuler and others.
5+
# Refer to the git commit history for individual authorship.
6+
# Licensed under the Apache License, Version 2.0
7+
18
"""CLI wrapper for source_code_to_string."""
29

310
import argparse

src/smolagents/bp_pas_cli.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# BPSA - Beyond Python SmolAgents
2+
# https://github.com/joaopauloschuler/beyond-python-smolagents
3+
#
4+
# Copyright (c) 2024-2026 Joao Paulo Schwarz Schuler and others.
5+
# Refer to the git commit history for individual authorship.
6+
# Licensed under the Apache License, Version 2.0
7+
18
"""CLI wrapper for pascal_interface_to_string."""
29

310
import argparse

0 commit comments

Comments
 (0)